Closed
Bug 187962
Opened 22 years ago
Closed 20 years ago
Y2K non-compliance, year 2000 problem
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
People
(Reporter: alex, Assigned: rogerl)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2.1) Gecko/20021130
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2.1) Gecko/20021130
getting "this" year returs 103 instead 2003
Reproducible: Always
Steps to Reproduce:
1. go to the URL mentioned above or write a chunk of JavaScript code which
returns this year
Actual Results:
year is 103 instead of 2003
Expected Results:
expected result is 2003, because I report it using browser, not on papyrus
getYear() is deprecated. Use getFullYear() instead of getYear().
And please search Bugzilla for duplicates before filing bug reports.
*** This bug has been marked as a duplicate of 45764 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Status: VERIFIED → UNCONFIRMED
Resolution: DUPLICATE → ---
Comment 3•20 years ago
|
||
*** This bug has been marked as a duplicate of 22964 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago → 20 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•