Month

Result = Month ( Date AS Date ) AS Integer

Returns the month component of a Date value in the local timezone.

Examples

PRINT Now; " -> "; Month(Now)
05/16/2002 22:31:30 -> 5

See also