Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 913 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 913 Bytes

fitzjs

NPM Downloads per week Language grade: JavaScript DeepScan grade

The leading provider for ISO 8601 UTC Date conversions.

Install

yarn add fitzjs

Add package to file

import fitzjs from 'fitzjs'

Use FitzJS

const rightNowUtcIsoDateString = fitzjs();
const someOtherTimeInUtcIsoDateString = fitzjs('2017-12-31 7:00:00 pm', 'YYYY-MM-DD hh:mm:ss a');

Run unit tests

yarn fitzTest