cron-expression-descriptor icon indicating copy to clipboard operation
cron-expression-descriptor copied to clipboard

A .NET library that converts cron expressions into human readable descriptions.

Results 9 cron-expression-descriptor issues
Sort by recently updated
recently updated
newest added

It displays: At 09:00 AM, every day, only on Tuesday do we need the "every day" part in this case?

Currently its showing Monday through Friday, If we could get an option to do Mon-Fri that would be amazing! if I have time I might submit a PR but It...

When using the locale "pt" there seems to happen a translation error. ![image](https://user-images.githubusercontent.com/24896825/79882901-2df7f700-83eb-11ea-9038-5086e95c388b.png) The result should have a `,` when is before an `e`.

0 0 12 ? * TUE,FRI/4 Actual: ... 12:00 PM, every 4 days of the week Should be: .... 12:00 PM, every Tuesday and every 4 weeks only on Friday...

Support for Every Nth Week recurrence. Currently Cron expressions do not have support for recurrence patterns such as Every 2 weeks on Wednesday. This feature adds such support. For example:...

\* \* 2 \* 1 => Every minute, on day 2 of the month, only on Monday correct would be "Every minute, on day 2 of the month and on...

Added support for Czech language

Is there a reason there are resources for `cs-CZ` but not for `cs`? Most other language use just the base language code (e.g. `de`, `pt`). Could we do the same...