month

Get the month of a Time.

Signature

month: Number

Description

Get the Time month field.

Return value

Type Description

Number

The month.

Examples

Time('2099-02-10T12:01:19.000Z').month
2
\