Skip to content

Omillis/days

Repository files navigation

days Build Status

Get milliseconds from days

Install

$ npm install --save @saadshahd/days

Usage

const days = require('@saadshahd/days');

days(1); // 86400000

Related

  • duration - Get milliseconds from duration
  • seconds - Get milliseconds from seconds
  • minutes - Get milliseconds from minutes
  • hours - Get milliseconds from hours
  • weeks - Get milliseconds from weeks
  • months - Get milliseconds from months
  • years - Get milliseconds from years

License

MIT © Saad Shahd

Releases

No releases published

Packages

No packages published