minor
This commit is contained in:
parent
a0bfa924a1
commit
effb5b9308
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ To create a new `Date` object call `new Date()` with one of the following argume
|
|||
For instance:
|
||||
|
||||
```js
|
||||
new Date(2011, 0, 1, 0, 0, 0, 0); // // 1 Jan 2011, 00:00:00
|
||||
new Date(2011, 0, 1, 0, 0, 0, 0); // 1 Jan 2011, 00:00:00
|
||||
new Date(2011, 0, 1); // the same, hours etc are 0 by default
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue