— — — — — — — — — —
| */5 | 0 - 59 | |
| * | 0 - 23 | |
| * | 1 - 31 | |
| * | 1 - 12 | |
| * | 0 - 6 |
| * | |
| */n | |
| n | |
| n-m | |
| n,m,o | |
| 0 | |
| ? |
| */5 | 0 - 59 | |
| * | 0 - 23 | |
| * | 1 - 31 | |
| * | 1 - 12 | |
| * | 0 - 6 |
| * | |
| */n | |
| n | |
| n-m | |
| n,m,o | |
| 0 | |
| ? |
Parse and understand cron expressions in plain language. Our Cron Parser converts cryptic cron syntax into human-readable descriptions showing exactly when a job will run.
Essential for developers configuring scheduled tasks, CI/CD pipelines, server crontabs, and cloud function triggers. Enter any cron expression and see the next execution times with clear explanations.
A cron expression is a string of 5 or 6 fields representing a schedule: minute, hour, day of month, month, day of week, and optionally second. Example: "0 9 * * 1-5" means "at 9:00 AM on weekdays".