Returns the day of the month for a date, 1 through 31.
Syntax
Code Block |
---|
DAY( date ) |
...
Syntax | Result |
---|---|
report: DAY("6/21/69") | 21 |
report: DAY("1969-6-21") | 21 |
BDate = "6/21/69" | 21 |
Returns the day of the month for a date, 1 through 31.
Code Block |
---|
DAY( date ) |
...
Syntax | Result |
---|---|
report: DAY("6/21/69") | 21 |
report: DAY("1969-6-21") | 21 |
BDate = "6/21/69" | 21 |