LOTUSSCRIPT LANGUAGE
Returns the month of the year (an integer from 1 to 12) for a date/time argument.
Syntax
Month ( dateExpr )
Elements
dateExpr
Month returns an integer between 1 and 12.
The data type of the return value is a Variant of DataType 2 (Integer).
Month(NULL) returns NULL.
Language cross-reference
@Month function in formula language
Example See Also