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

Day Function

The DAY function returns the day as an integer between 1 and 31.

DAY(expression)

DAY(SYSDATE())

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

DAY(CLP13)

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

Related Topics