0.0.4 • Published 7 years ago

@spasha/dateformatter v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
7 years ago

Date Formatter

A small library that convert date to JSON format

Installation

npm install @spasha/dateformatter

Usage

var dateFormatter = require('@spasha/dateformatter');

var results = dateFormatter('2016-01-01');

Output should be 2016-01-01T00:00:00.000Z

Tests

npm test

Contributing

In lieu of a formal style guide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.