Month

Result = Month ( Date/Time )

Returns the month component of a date/time value.


Example

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

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


See also

Now, Time, Date, WeekDay, Day, Year, Hour, Minute, Second


Previous: MOD Next: New