Navigation:  Language Reference > 13 - Built-in Functions >====== MONTH (return month of date) ====== Previous pageReturn to chapter overviewNext page

MONTH(date)

blk2blue.jpg

MONTH Returns month in year.
date A numeric constant, variable, expression, or the label of a STRING, CSTRING, or PSTRING variable declared with a date picture token. The date must be a standard date. A variable declared with a date picture token is automatically converted to a standard date intermediate value.

The MONTH procedure returns the month of the year (1 to 12) for a given standard date.

Return Data Type: LONG

Example:

PayMonth = MONTH(DueDate)   !Get the month from the date

See Also:

Standard Date

DAY

YEAR

TODAY

DATE