dayOfMonth

Get the day of the month from a Time.

Signature

dayOfMonth: Number

Description

Get the day-of-month.

Return value

Type Description

Number

Day-of-month field of the Time instance.

Examples

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