abichinger / vue-js-cron

Renderless Vue.js cron editor
MIT License
73 stars 23 forks source link

cron quartz support #25

Open ibushigin opened 1 year ago

ibushigin commented 1 year ago

I know it is not an issue, but are you planning to make it compatible with quartz format? regards

abichinger commented 1 year ago

Hey, do you mean this format?

ibushigin commented 1 year ago

yes that is the one

abichinger commented 1 year ago

Adding fields for year and second should be relatively easy, but adding support for the special characters L W C # would required some work.

Which features of the quartz format do you need?

ibushigin commented 1 year ago

I used the library C2Q to do the job. But thank you for your answer! Maybe it s a feature you could add when you got time to work on. Keep the good job

lami4 commented 1 year ago

@abichinger, I can confirm that when it comes to CRON expressions, it would be nice to have the support of the quartz dialect (at least adding seconds and the ? character).