to-iso-string

Cross-browser toISOString support.

to-iso-string has been deprecated, use @segment/to-iso-string instead.
Last updated 10 years ago by ndhoule .
MIT · Repository · Bugs · Original npm
$ cnpm install to-iso-string 
SYNC missed versions from official npm registry.

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

Current Tags

  • 0.0.2                                ...           latest (10 years ago)

1 Versions

  • 0.0.2 [deprecated]           ...           10 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (0)
None
Dev Dependencies (1)
Dependents (0)
None

Copyright 2013 - present © cnpmjs.org