wallet-core/node_modules/to-iso-string
2016-10-10 03:43:44 +02:00
..
test add node_modules to address #4364 2016-10-10 03:43:44 +02:00
.npmignore add node_modules to address #4364 2016-10-10 03:43:44 +02:00
component.json add node_modules to address #4364 2016-10-10 03:43:44 +02:00
History.md add node_modules to address #4364 2016-10-10 03:43:44 +02:00
index.js add node_modules to address #4364 2016-10-10 03:43:44 +02:00
Makefile add node_modules to address #4364 2016-10-10 03:43:44 +02:00
package.json add node_modules to address #4364 2016-10-10 03:43:44 +02:00
Readme.md add node_modules to address #4364 2016-10-10 03:43:44 +02:00

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