transformer.iso-date-to-js-date

0.0.2 • Public • Published

transformer.iso-date-to-js-date

Transformer conversion: iso-date to js-date

This module is a transformer conversion, published on npm. Read more about transformer at:

Usage

Use this module through transformer.

Commandline

> echo '2014-05-07T01:10:45.000Z' | transform iso-date js-date
Tue May 06 2014 18:10:45 GMT-0700 (PDT)

Javascript

var transformer = require('dat-transformer');
var tIsoDateToJsDate = transformer('iso-date', 'js-date');
tIsoDateToJsDate('2014-05-07T01:10:45.000Z'); // new Date("2014-05-07T01:10:45.000Z")

Package Sidebar

Install

npm i transformer.iso-date-to-js-date

Weekly Downloads

0

Version

0.0.2

License

MIT

Last publish

Collaborators

  • jbenet