Home / lang / month 
Month
Syntax
iResult = Month ( dDate AS Date ) AS Integer

Returns the month component of a Date value.

Example
PRINT Now; " -> "; Month(Now)

05/16/2002 22:31:30 -> 5


See also
Date & Time Functions