pixelnode/node_modules/to-iso-string
clerie 95741499fd Added game info bar 2018-04-04 12:31:55 +02:00
..
test Added game info bar 2018-04-04 12:31:55 +02:00
.npmignore Added game info bar 2018-04-04 12:31:55 +02:00
History.md Added game info bar 2018-04-04 12:31:55 +02:00
Makefile Added game info bar 2018-04-04 12:31:55 +02:00
Readme.md Added game info bar 2018-04-04 12:31:55 +02:00
component.json Added game info bar 2018-04-04 12:31:55 +02:00
index.js Added game info bar 2018-04-04 12:31:55 +02:00
package.json Added game info bar 2018-04-04 12:31:55 +02:00

Readme.md

to-iso-string

Cross-browser toISOString support.

Example

var iso = require('to-iso-string');
var date = new Date("05 October 2011 14:48 UTC");

iso(date);
// "2011-10-05T14:48:00.000Z"

License

MIT