We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5b3d29 commit acf69e2Copy full SHA for acf69e2
src/lib/datenamespace.js
@@ -1,4 +1,4 @@
1
-/**
+/**
2
* Local ISO strings, currently needed as datetime-local input values
3
* http://dev.w3.org/html5/markup/input.datetime-local.html#input.datetime-local.attrs.value
4
*/
@@ -21,4 +21,4 @@ Date.fromLocaleISOString = function(localeISOString)
21
milliseconds += timezone_offset;
22
}
23
return milliseconds;
24
-};
+};
0 commit comments