Bugs: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(ref to bugzilla) |
||
Line 4: | Line 4: | ||
alert ( Date.UTC(2006, 5, 31) - Date.UTC(2006, 6, 01)); | alert ( Date.UTC(2006, 5, 31) - Date.UTC(2006, 6, 01)); | ||
FF1.5.0.3 returns 0; | FF1.5.0.3 returns 0; | ||
==See also== | |||
*[[Bugzilla]] |
Revision as of 13:36, 30 May 2006
To report bugs you should in general go to https://bugzilla.mozilla.org. The downside there is that your email address will be made public.
firefox javascript mdc:Core_JavaScript_1.5_Reference:Global_Objects:Date:UTC
alert ( Date.UTC(2006, 5, 31) - Date.UTC(2006, 6, 01)); FF1.5.0.3 returns 0;