Date number (Time calculation)

A date and time algorithm defined by ECMAScript.

Availability:

ECMAScript edition - 2
Property/method value type:Number primitive

A date number is identified by an integer in the range 1 through 31, inclusive. The specific range depends on the month being considered and whether a leap year is in force.

See also:Broken down time, Date from time, Day from year, Day number, Day within year, Month from time, Time from year, Time range, Year from time

Cross-references:

ECMA 262 edition 2 - section - 15.9.1.5

ECMA 262 edition 3 - section - 15.9.1.5