Function Month() Foundation
Converts a date value into the numeric calender month.
Month( <dDate> ) --> nMonth
The return value of Month() is an integer numeric value in the range of 0 to 12. An empty date (CtoD("")) results in 0.
The conversion function Month() is one of three functions which extract single numeric values from a date value. The other functions are Day() and Year(). Month() is used when the numeric calender month is needed for calculations. To determine the month name from a date value, CMonth() is used.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.