1.0.3 • Published 7 months ago

bu-timer v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
7 months ago

BU-TIMER

Npm Version License

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)
1.0.3

7 months ago

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago