next-day-at
v0.1.1
Published
Node.js module to get the timestamp for the next week day at a specific hour + minute
Downloads
25
Readme
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)