Cronos icon indicating copy to clipboard operation
Cronos copied to clipboard

Any way to parse a cron expression and then access its values?

Open SoftCircuits opened this issue 2 years ago • 0 comments

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.

SoftCircuits avatar Jan 02 '24 20:01 SoftCircuits