We save schedules as cron expressions in the database. Schedules change on the web page, and for this I use Later.js. Works great for parsing a Cron expression. Now I would like to output the modified schedule to a Cron expression that can be stored in the database.
Is there a "toCronExpression" function in Later.js?
I know that I can read the properties of the schedule object and display them myself, but I was hoping for a built-in function.
javascript cron schedule laterjs
Andreas
source share