Month
Month Function
Calculates the month of a given time value. The month is expressed as an integer from 1 (January) to 12 (December).
Syntax
Month(scalar TimeValue)
Arguments
| Argument | Description |
|---|---|
(scalar TimeValue) | Date and time given as a decimal number |
Examples:
Month('2004-12-27')
Returns the month of the specified date.