DAY

This function determines the day of the month from a specified date, and returns a number from 1 to 31.

DAY(Date)


PARAMETERS

DATE

Any date.

Example:
To return the day of the month from the date contained in a textbox with TAG name of InvoiceDate:

MESSAGE(DAY(~InvoiceDate~)//”Day of month”)