sojinantony01 / react-cron-generator

Simple react component to generate cron expressions
MIT License
78 stars 62 forks source link

Weekday, day and month ranges #27

Open mikhailsng opened 3 years ago

mikhailsng commented 3 years ago

Dear team Would like to check with you if there is any plan to interpret ranges using '-' in react-cron-generator E.g. when selecting Monday,Tuesday,Wednesday,Thursday then it ideally would translate into MON-THU rather than MON,TUE,WED,THU - please let me know if this is something in plans. And similarly for other continuous selections. Thank you and regards, Mike.

SojinAntony commented 3 years ago

We will definitely try to add this in the future. We need to change some areas for this support so it takes some time! Always welcoming your pull request