Month method (date)

Gets the month for this date.

Syntax

date.Month

Returns the month component of date, expressed as a number between 1 and 12.

Example

The month number is: {{ CurrentDate.Month }}

The above example would output: The month number is: 5