Day
Day Function
Calculates the day of the month (from 1 to 31) of a given decimal value date. Use the dateValue Function to determine the serial value of a text date, if necessary.
Syntax
Day(scalar Date)
Arguments
| Argument | Description |
|---|---|
(scalar Date) | Date and time given in a standard format |
Examples:
Day(Today())
Calculates the day of the month (from 1 to 31) of a given decimal value date. Use the DateValue Function to determine the serial value of a text date, if necessary, returns today's date.