mirror of
https://github.com/frode-carlsen/cron.git
synced 2025-12-06 14:00:57 +03:00
14 lines
250 B
Markdown
14 lines
250 B
Markdown
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
|
|
|