To return the numeric month identifier in a given date.
Month(Date-Expression | Datetime-Expression)
Type Returned:
Numeric N(2)
A null value (0) is returned if the received parameter is null.
&Month = Month(CToD('01/01/08')) // Result &Month: 1
&Month = Month(Now()) // Result &Month: 2 If Now() = 25/02/08 10:30
Objects Procedure object, Transaction object, Web Panel object
TimeZone Support - General Considerations
Month method
Year function
Day function
|