Skip to content

Commit b97ceb4

Browse files
committed
Update README highlighting new functionalities.
1 parent fc3cf75 commit b97ceb4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ Now we are developing a new generation of cron-descriptors using neural-translat
5050
* [Quartz](http://quartz-scheduler.org/)
5151
* [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).
5252
* 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 execution frequencies between two dates
5354
* Obtain weekdays count between two dates, considering different weekend policies as well as holidays.
5455
* Need to map constants between different cron/time libraries? Use ConstantsMapper.
5556

0 commit comments

Comments
 (0)