Closed
Bug 162843
Opened 22 years ago
Closed 20 years ago
Cannot process year correctly...
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
People
(Reporter: komara5, Assigned: rogerl)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.0) Gecko/20020530
BuildID: 2002053012
The year on the page with the date (as generated by Javascript) is 102, which
should actually be 2002. Supposedly, this works under Netscape and IE.
Reproducible: Always
Steps to Reproduce:
1.Load page
2.Examine date in upper right-hand corner
3.
Actual Results: Year in date appeared incorrectly.
Reporter | ||
Updated•22 years ago
|
Comment 1•22 years ago
|
||
Is this a bug? This page suggests it isn't:
http://developer.netscape.com/viewsource/goodman_2k.html
Comment 2•22 years ago
|
||
getYear() was deprecated. Use getFullYear() instead of getYear().
See bug 45764 comment 4 for further info.
Reporter: Please search Bugzilla for duplicates before filing a new report.
*** 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 4•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
•