Cron Expression Parser
Parse cron expressions, see human-readable explanation and next run times
Next 10 runs
Templates
Cheatsheet
| Field | Range | Wildcards |
|---|---|---|
| Minute | 0โ59 | * / , - |
| Hour | 0โ23 | * / , - |
| Day of month | 1โ31 | * / , - |
| Month | 1โ12 or JAN-DEC | * / , - |
| Day of week | 0โ6 or SUN-SAT | * / , - |
Type any 5-field cron expression and instantly see a plain-English explanation, the next 10 scheduled run times, and a quick-reference cheatsheet for every field. Useful for setting up cron jobs in Linux, GitHub Actions, Vercel and Kubernetes CronJobs.
How to use the cron parser
Type a 5-field cron expression like 0 9 * * 1.
See a plain-English description of what the cron means.
Verify your schedule by viewing the next 10 fire times.
Translates any cron expression into a sentence (e.g. 'every Monday at 9 AM').
See exactly when the cron will fire next, in your local timezone.
Quick-pick presets for hourly, daily, weekly, monthly schedules.
Parsing happens in your browser โ your expressions stay private.