Explain any cron expression
Type a 5-field crontab string and get a readable schedule description. Everything runs in your browser — nothing is sent to a server.
Result
Loading…
Examples
Advertisement
Mid-Page Display / Native Ad Area
Cron syntax
Cron schedules tasks on Unix systems. A standard expression has five space-separated fields — minute, hour, day of month, month, and day of week.
min
0–59
hour
0–23
dom
1–31
mon
1–12
dow
0–6
*
*
*
*
*
Wildcards
- * — any value in the field
- , — list of values, e.g. 1,3,5
Ranges & steps
- - — range, e.g. 9-17
- / — step interval, e.g. */15
Privacy
CronParser parses expressions locally in your browser. Input is never uploaded or stored on remote servers.
This site may show ads via Google AdSense. Google can use cookies to serve contextual ads based on general browsing data. You can control ad personalization in your browser settings.