dayOfYear

Get the day of the year from a Date.

Signature

dayOfYear: Number

Description

Extracts the day-of-year from the instance date.

Return value

Type Description

Number

Day of year.

Examples

Date('2099-02-10').dayOfYear
41
\