kiorky / croniter

MIT License
400 stars 39 forks source link

support question mark #78

Closed JabberWocky-22 closed 3 months ago

JabberWocky-22 commented 3 months ago

issues: https://github.com/kiorky/croniter/issues/77

People now can use ? instead of * for leaving either day-of-month or day-of-week blank.

JabberWocky-22 commented 3 months ago

day_of_month and day_of_week are both '?' is not valid on some implentations(for example: https://www.freeformatter.com/cron-expression-generator-quartz.html)

I simply trade ? as *, so I think this is not necessary.

kiorky commented 3 months ago

thx for the contrib !

kiorky commented 3 months ago

released as 2.0.6