Description |
NMonth (Magic xpa 4.x)
Converts the number of the month, 1-12, to the corresponding name, January-December.
|
Syntax:
|
NMonth(month)
|
Parameters:
|
month: A number that represents the month of the year, 1 to 12.
|
Returns:
|
Alpha string
|
Examples:
|
NMonth(1) returns 'January'.
NMonth(Month('01/28/1992'Date)) returns 'January'.
|
See also:
|
Month, CMonth, NDOW
The Online and Rich Client Samples projects (program DT20 and RDT20)
|
|
|
---|