Month()

Syntax

Result = Month(Date)
Description
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'.

Supported OS

Windows, Linux, MacOS X

<- Minute() - Date Index - ParseDate() ->