Description
Returns the month's name giving the month number.
Syntax
DT_GetMonthName(MonthNumber, Type) AS STRING
Returns
String. The short or long form of month name.
Parameters
Name |
Type |
Optional |
Meaning |
||||||
MonthName |
Number |
No |
Number of the month to return |
||||||
Type |
Number |
No |
Specify the name form request. It can be one of following:
|
Remarks
Restrictions
See also
Examples
MSGBOX 0, DT_GetMonthName(6, %DT_USE_SHORT_FORM) ' results Jun