Skip to content

Instantly share code, notes, and snippets.

@jbenet
Created May 7, 2014 22:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jbenet/8dda9fb625f1c6b879be to your computer and use it in GitHub Desktop.
Save jbenet/8dda9fb625f1c6b879be to your computer and use it in GitHub Desktop.
var transformer = require('dat-transformer');
var iso2js = transformer('iso-date', 'js-date');
return iso2js(null, '2014-04-26T12:02:23.000Z');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment