List of expression elements / Date and time operators |
The MONTH() operator extracts the month of a date time expression.
MONTH ( expr )
Returns a positive whole number between 1 and 12 corresponding to the month of its operand.
MAIN DISPLAY MONTH ( TODAY ) DISPLAY MONTH ( CURRENT ) END MAIN