- Home
- Developer
- Cron Expression Parser
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.
The options are invalid.
How to use
- Enter a five-field cron expression such as */5 * * * *.
- Optionally set a base date and run count.
- 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.
Related tools
JSON Formatter
Format, validate and minify JSON in one place.
XML Formatter
Pretty-print and indent XML documents.
YAML Formatter
Format YAML and convert between YAML and JSON in both directions.
CSV to JSON
Convert CSV tables into JSON data.
JWT Decoder
Decode JWT header, payload and expiration.
Hash Generator
Generate SHA-1, SHA-256, SHA-384 and SHA-512 hashes.