Cron Expression Parser
Paste a cron expression (e.g. 0 9 * * 1-5). We explain each field and show a human-readable description. Optionally show next run times.
Parse cron expression
How it works
We split the five (or six) fields and map special characters (* , - /) to a short description. No server; all in browser.
When to use it
Use this when you need a quick result without installing software or creating an account.
Frequently asked questions
Which format?
Standard 5-field: minute hour day-of-month month day-of-week. Some systems use 6 with seconds.