17
edits
(Marking this Category until the Talk with User:Tobias Conradi is done) |
(don't delete, but say how to handle bugs) |
||
Line 1: | Line 1: | ||
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 | firefox javascript | ||
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; | ||
[[ | look at: [[mdc:Core_JavaScript_1.5_Reference:Global_Objects:Date:UTC]] |
edits