0.1.1 • Published 7 months ago

next-day-at v0.1.1

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

next-day-at

Node.js module to get the timestamp for the next week day at a specific hour + minute

Usage

getNextDayAt(dayName, hourUTC, minuteUTC)

const getNextDayAt = require('next-day-at')
const fridayTimestamp = getNextDayAt('friday', 13, 0)
console.log(fridayTimestamp)
0.1.1

7 months ago

0.1.0

7 months ago