8000 GitHub - jaruba/next-day-at: Node.js module to get the timestamp for the next week day at a specific hour + minute
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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

License

Notifications You must be signed in to change notification settings

jaruba/next-day-at

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0