Issue 115: getyear return wired value
http://code.google.com/p/v8/issues/detail?id=115
New issue report by zhazhenzhong:
Detailed description of the issue.
the expected value (in IE6 and Opera)
returned by the follow code should be 2008
---
calendar = new Date();
year = calendar.getYear();
if (year< 100) year = 1900 + year;
document.write(year+"<br>");
---
but chrome returns 108
Issue attributes:
Status: New
Owner: ----
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---