Month(Date date)
Returns the numeric month of the given date.
Parameters
- date
- The date to check.
Returns
Numeric
Remarks
January is represented as month 1.
Examples
Month(#2013-03-20#)
returns 3.
Returns the numeric month of the given date.
Numeric
January is represented as month 1.
Month(#2013-03-20#)
returns 3.