Cron expression
Format: minute hour day month weekday (e.g. 0 0 * * * = every midnight)
Common templates
Visual generator
Syntax:
- • * = any value
- • , = multiple values (1,3,5)
- • - = range (1-5)
- • / = step (*/5 = every 5)
Result
Description
Next run times
How to Use
How to Use
- Type a Cron expression (e.g., `*/5 * * * *`) in the input box and click 'Parse' to see its meaning.
- Or use the 'Visual generator' below to fill in minute, hour, day, etc., to auto-generate an expression.
- Click on examples in 'Common templates' (e.g., 'Every midnight') to quickly fill in standard expressions.
- The tool displays a natural language description and the next few scheduled run times.
Tips & FAQ
- This tool supports standard 5-part Cron expressions (Minute Hour Day Month Weekday).
- For the weekday field, usually both 0 and 7 represent Sunday; this tool typically uses 0-6.
- All parsing and calculation are done locally in your browser; no data is uploaded to any server.
- For complex expressions, it is recommended to build them using the 'Visual generator' first, then fine-tune manually.