Description
The Month() function returns a number between 1 and 12 that represents the month of the year.
This function has the form:
Month(date)
Parameter | Description |
---|---|
date | (required) Any expression that can represent a date |
Examples
The following example shows the basic use of this function:
Msgbox(Month("2010-02-16"))
This produces the following result:
2
Miscellaneous Information
Supported in Version: | 1.0 |
---|