1.0.1 • Published 8 years ago

@segment/to-iso-string v1.0.1

Weekly downloads
1,601
License
SEE LICENSE IN LI...
Repository
github
Last release
8 years ago

to-iso-string

CircleCI Codecov

Cross-browser toISOString support.

Installation

npm install to-iso-string

Example

var toISOString = require('to-iso-string');
var date = new Date("05 October 2011 14:48 UTC");

toISOString(date);
// "2011-10-05T14:48:00.000Z"