SoftadminUtil.Month_NameFromDate
					
				
					
						
							Type:
							Scalar function
						
							Takes a datetime and a language id returns the name of the corresponding month in that language.
Use DEFAULT as language id to use the system default language, ie SELECT dbo.ADMIN_GetMonthName('2008-10-10', DEFAULT).
							
								Return value:
								varchar(300)
							
							Name of the month.
						 
					 
					
						Parameters
						
							
								
									@Date
									
										mandatory
									
									datetime
								
								
									The date for which to get the name of the month.
									
								
							 
							
								
									@LanguageId
									
										optional
									
									int
								
								
									The language to get the name in. Use DEFAULT to use the system default language.
									System default language.