This package has been deprecated

Author message:

to-iso-string has been deprecated, use @segment/to-iso-string instead.

to-iso-string

0.0.2 • Public • Published

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

Dependents (10)

Package Sidebar

Install

npm i to-iso-string

Weekly Downloads

93,620

Version

0.0.2

License

MIT

Last publish

Collaborators

  • ndhoule