Returns the day of month, 1 through 31.
Syntax
DAY("mm/dd/yyyy")
Examples
Syntax | Result |
---|---|
report: DAY("6/21/69") | 21 |
BDate = "6/21/69" | 21 |
...
Returns the day of month, 1 through 31.
DAY("mm/dd/yyyy")
Syntax | Result |
---|---|
report: DAY("6/21/69") | 21 |
BDate = "6/21/69" | 21 |
...