Separate modules to provide java6/jodatime support and java8/java-time support

This commit is contained in:
Frode Carlsen
2017-03-01 19:03:56 +01:00
parent a0ef5be7b1
commit 2f7c18e190
7 changed files with 108 additions and 99 deletions

View File

@@ -4,10 +4,26 @@ cron
Cron expression parser and evaluator.
Allows for specifying cron - expressions (in Unix or Quartz like format) and evaluating when it will next match.
2016-09-11: rewritten to Java 8 DateTime by zemiak
usage
=====
See javadoc
Change history
==============
version 1.4:
2017-02-13: added support for java6 (supports android 4) by adelnizamutdinov
2016-09-11: rewritten to Java 8 DateTime by zemiak
version 1.3:
2015-09-23: added timezone to tests by alf
version 1.2:
2015-08-05: added protection for endless loop when looking up Feb 30th & optional seconds by michaelknigge