You are here: All Help Topics > Other Information > Cell Functions > MONTH function

MONTH Function

The MONTH function returns the month as an integer with a value from 1 to 12.

MONTH(expression)

MONTH(SYSDATE())

If the current system date is June 30, 2007, a value of 6 appears in the cell.

MONTH(CLP13)

Where CLP13 represents the year-end date of the client file. If the year-end date is December 31, 2007, a value of 12 appears in the cell.

Related Topics