month

Get the month of a Date.

Signature

month: Number

Description

Extract the month from the instance date.

Return value

Type Description

Number

Month part of Date.

Examples

Date('2099-02-10').month
2
\