You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-9Lines changed: 5 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,19 +38,19 @@ Now we are developing a new generation of cron-descriptors using neural-translat
38
38
* Print to locale specific human readable format (Chinese, English, German, Greek, Indonesian, Japanese, Korean, Polish, Romanian, Spanish, Swahili, and Turkish are fully supported. Dutch, French, Italian, Portuguese and Russian have basic support).
39
39
* Parse and Description process are decoupled: parse once and operate with the result!
40
40
* Build cron expressions using CronBuilder:
41
-
* no need to remember fields and constraints for each cron provider
41
+
* no need to remember fields and constraints for each cron provider.
42
42
* crons become decoupled from cron provider: anytime you can export to another format.
43
-
* Check if cron expressions are equivalent
43
+
* Check if cron expressions are equivalent.
44
44
* Squash multiple cron expressions into a single one!
45
-
* Validate if cron string expressions match a cron definition
45
+
* Validate if cron string expressions match a cron definition.
46
46
* Convert crons between different cron definitions: if you need to migrate expressions, CronMapper may help you!
47
47
* Pre-defined definitions for the following cron libraries are provided:
*[Spring](https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/scheduling/support/CronExpression.html). We support two definitions: prior to v5.3 and [from v5.3 onwards](https://spring.io/blog/2020/11/10/new-in-spring-5-3-improved-cron-expressions).
52
52
* Obtain last/next execution time as well as time from last execution/time to next execution.
53
-
* Compute the number of executions between two days, and compare crons based on their execution frequencies
53
+
* Compute the number of executions between two days, and compare crons based on their execution frequencies.
54
54
* Obtain weekdays count between two dates, considering different weekend policies as well as holidays.
55
55
* Need to map constants between different cron/time libraries? Use ConstantsMapper.
0 commit comments