Function reference
Obtains the day number of the month in a date value.
Day ( date )
Argument | Description |
date | The date for which yhu want the day |
Data type: Integer
Returns an integer representing the day of the month in a date.
Example:
This expression returns 31:
Day( Date(‘2008-01-31’) )
Last modified:
23 May 2021