maennchen / crontab

Parse Cron Expressions, Compose Cron Expression Strings and Caluclate Execution Dates.
https://hex.pm/packages/crontab
MIT License
91 stars 32 forks source link

Support for L-{number} in day of week and day of month #86

Open himanshu0128 opened 2 years ago

himanshu0128 commented 2 years ago

Currently, the library does not support these expressions:

" ? L-2 *" => Every second, the last Saturday of the month, every month

" L-3 ? *" => Every second, 3 days before the end of the month, every month