Content deleted Content added
Rescuing 1 sources and tagging 0 as dead.) #IABot (v2.0.9.3 |
Fix obvious typos in example. |
||
Line 574:
<syntaxhighlight lang="javascript">
new Date(); // create a new Date instance representing the current time/date.
new Date(2010,
new Date(2010,
new Date("2010-3-1 14:25:30"); // create a new Date instance from a String.
</syntaxhighlight>
|