iResult = Month ( dDate AS Date ) AS Integer
Returns the month component of a Date value.
PRINT Now; " -> "; Month(Now) <hr>05/16/2002 22:31:30 -> 5