Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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"
 
report: DateValue([BDate])

21

...