tidytime
v0.1.1
Published
Friendly time display
Downloads
2
Readme
Tidy Time
Human readable times
Install
Using npm
npm install tidytime --save
Usage
var tidy = require('tidytime');
var time = tidy('7:15'); // a quarter past 7 in the morning
License
MIT