Content deleted Content added
new Date(...) was using month "2", wich is February. |
|||
Line 420:
<syntaxhighlight lang=JavaScript>
var d = new Date(2010,
// Displays '2010-3-1 14:25:30':
|
new Date(...) was using month "2", wich is February. |
|||
Line 420:
<syntaxhighlight lang=JavaScript>
var d = new Date(2010,
// Displays '2010-3-1 14:25:30':
|