Cronos
Cronos copied to clipboard
Any way to parse a cron expression and then access its values?
Is there any way to use Cronos to parse a cron expression and then expose it's schedule values?
I'm trying to write a UI for setting/updating a schedule. So I need to be able to convert between cron expressions and the values for each schedule control. It looks like the only thing this library supports is telling you when the next schedule is, but doesn't seem to expose the internal settings.