Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Returns the day of month, 1 through 31.

Syntax

DAY("mm/dd/yyyy")
DAY("yyyy-mm-dd") 

Examples

Syntax

Result

report: DAY("6/21/69")

21

BDate = "6/21/69"
 
report: DateValue([BDate])

21


  • No labels