SoftadminUtil.Month_NameFromOrdinal
Type:
Scalar function
Takes a month (integer) 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(10, DEFAULT).
Return value:
varchar(300)
Name of the month.
Parameters
@MonthNumber
mandatory
int
The number of the month to get the name of, ie 3 means March.
@LanguageId
optional
int
The language to get the name in. Use DEFAULT to use the system default language.
System default language.