Toolora

Cron Expression Parser

Validate cron expressions and list the next scheduled runs.

The Cron Expression Parser validates standard five-field cron expressions and calculates the next scheduled run times from a chosen base moment.

How to use

  1. Enter a five-field cron expression such as */5 * * * *.
  2. Optionally set a base date and run count.
  3. Parse the expression and review the next run times.

Frequently asked questions

Which syntax is supported?

Numbers, lists, ranges and step values such as */15 or 9-17/2.

How far ahead does it search?

The parser scans up to one year ahead from the base date.