croniter
croniter copied to clipboard
How to Ignore the Month and Day Fields in a cron
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?