Cron Expression Parser
Parse and understand cron expressions. Enter a cron schedule to see its human-readable explanation and next execution times.
Every hour, at minute 0
Cron Syntax Reference
| Field | Allowed Values | Special Characters |
|---|---|---|
| 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 | * , - / |
* = any value | , = list | - = range | / = step