0.0.2 • Published 9 years ago

to-iso-string v0.0.2

Weekly downloads
287,831
License
MIT
Repository
github
Last release
9 years ago

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