Get the number of seconds/milliseconds in a day.
Install
npm i --save day-seconds
npm test
API
For more use-cases see the tests
Get the number of seconds/milliseconds in a day.
[bool]
{Boolean} when true
, returns seconds, otherwise millisecondsreturn
{Number}
Example:
var daySeconds = require('day-seconds');
daySeconds(false);
daySeconds();
daySeconds('str');
daySeconds([1,2,3]);
daySeconds(/regex/gm);
daySeconds({});
daySeconds(true);
Author
Charlike Mike Reagent
License
Copyright (c) 2014-2015 Charlike Mike Reagent, contributors.
Released under the MIT
license.
Powered and automated by kdf, March 02, 2015