Closed
Bug 23134
Opened 25 years ago
Closed 20 years ago
Millennium bug
Categories
(Core :: JavaScript Engine, defect, P3)
Tracking
()
People
(Reporter: st8, Assigned: mike+mozilla)
Details
Javascript GetDate returns 100 for the year
Assignee | ||
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → INVALID
Assignee | ||
Comment 1•25 years ago
|
||
The getYear function is specified by the ECMA-262 standard for JavaScript to
return the year - 1900. If you need a 4-digit year, please use the getFullYear
function instead.
Updated•20 years ago
|
Status: VERIFIED → REOPENED
Resolution: INVALID → ---
Comment 3•20 years ago
|
||
*** This bug has been marked as a duplicate of 22964 ***
Status: REOPENED → RESOLVED
Closed: 25 years ago → 20 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•