Month()
Syntax
Result = Month(Date)
Returns the month value of the specified date. The result is always between 1 and 12. Debug Month(Date(2002, 10, 3, 0, 0, 0)) ; Outputs '10'.
Debug Month(Date(2002, 10, 3, 0, 0, 0)) ; Outputs '10'.
Supported OS
Windows, Linux, MacOS X