Skip to content

The leading provider for ISO 8601 UTC Date conversions.

License

Notifications You must be signed in to change notification settings

jbachand/fitzjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published