Cron Generator
Build and explain cron expressions.
Loading tool…
How it works
- Paste a cron expression or fill the schedule fields.
- Generate or explain the expression.
- Copy the cron string and description.
Features
- cronstrue plain-English output
- Field-based expression builder
- Next-run previews via cron-parser
FAQ
What cron format is used?
Standard five-field cron: minute hour day-of-month month day-of-week.
Is anything sent to a server?
No. Explanation and parsing run in your browser.
Does this support seconds?
This tool targets classic five-field crontab expressions.