tree: 77e6e422d77a3922cbb3a593495343e231e1dcb7 [path history] [tgz]
  1. index.js
  2. license
  3. package.json
  4. readme.md
PoCs/nodejs_poc/node_modules/parse-ms/readme.md

parse-ms Build Status

Parse milliseconds into an object

Install

$ npm install --save parse-ms

Usage

parseMs(1337000001);
//=> { days: 15, hours: 11, minutes: 23, seconds: 20, milliseconds: 1 }

License

MIT © Sindre Sorhus