Syntax: @MONTH(DT)
DT = a date/time value
@MONTH returns the months component of the date/time value DT.
Examples:
@MONTH(24203) = 4, where 24203 represents April 6, 1966
@MONTH(@TODAY) = 12, where TODAY = December 25, 1994
@MONTH(366) = 12, where 366 represents December 31, 1900