Package Exports
- to-iso-string
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (to-iso-string) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
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