We are storing schedules as cron expressions in database. The schedules are modified in a web page and I'm using Later.js for this. Works great to parse the Cron expression. Now I would like to output the modified schedule to a Cron expression that can be stored in database.
Is there any "toCronExpression" function in Later.js?
I know I can read the properties of the schedule object and output them myself but I was hoping for a built in function.