Day method (date)

Gets the day of the month for this date.

Syntax

date.Day

Returns the day component of date, expressed as a number between 1 and 31.

Example

The day of the month is: {{ CurrentDate.Day }}

The above example would output: The day of the month is: 18