We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c3b5dc1 + f6c2b06 commit 25952f0Copy full SHA for 25952f0
1-js/05-data-types/11-date/1-new-date/solution.md
@@ -13,6 +13,6 @@ We could also create a date from a string, like this:
13
14
```js run
15
//new Date(datastring)
16
-let d2 = new Date("February 20, 2012 03:12:00");
+let d2 = new Date("2012-02-20T03:12");
17
alert( d2 );
18
```
0 commit comments