kiorky / croniter

MIT License
382 stars 37 forks source link

How to Ignore the Month and Day Fields in a cron #73

Open gadelkareem opened 3 months ago

gadelkareem commented 3 months ago

I need to parse a cron expression but ignore the month and day of the month fields, limiting the cron to only the current week. Additionally, I need to ignore formats such as '0 0 5#3,L5'. Is this possible?