Comment by Stephan de Vries on "I'm currently using node-schedule to start cron at specific date. Is it possible to update the date after it's started?" | Hashnode
It turns out node-schedule has a rescheduleJob() method, accepting job and spec arguments. Though I'm curious why you'd want to change the date after starting a cron. Why not cancel and restart?