bu-timer
v1.0.3
Published
Timer for Node Apps
Downloads
1
Readme
BU-TIMER
Demo
Install
You can install the package via npm using the following command:
npm install bu-timer
Usage
const timer = require('bu-timer');
const startDate = new Date('2023-10-03T00:00:00Z');
const endDate = new Date('2023-10-04T00:00:00Z');
const { seconds, minutes, hours, days, weeks, months } = timer(startDate, endDate)