Closed
Bug 236186
Opened 21 years ago
Closed 21 years ago
Javascript does not display the year properly, I have used the standard date() function and called getYear().
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
People
(Reporter: Ravi.Annam, Unassigned)
References
()
Details
User-Agent:
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040113
Javascript does not display the year properly, I have used the standard date()
function and called getYear() method. You will see the date in the upper left
hand side of the page. The source code reveals the code used.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1•21 years ago
|
||
getYear() has Y2K problems, try getFullYear().
*** This bug has been marked as a duplicate of 100123 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
Summary: Javascript does not display the year properly, I have used the standard date() function and called getYear(). → Javascript does not display the year properly, I have used the standard date() function and called getYear().
Updated•21 years ago
|
Status: RESOLVED → VERIFIED
Updated•21 years ago
|
Status: VERIFIED → UNCONFIRMED
Resolution: DUPLICATE → ---
Comment 2•21 years ago
|
||
*** This bug has been marked as a duplicate of 22964 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago → 21 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•