Build cron expressions visually with dropdowns, see human-readable descriptions, and preview the next 10 scheduled runs.
| Field | Range | Special Characters |
|---|---|---|
| Minute | 0-59 | * , - / |
| Hour | 0-23 | * , - / |
| Day of Month | 1-31 | * , - / |
| Month | 1-12 | * , - / |
| Day of Week | 0-6 (Sun=0) | * , - / |
* = any value, , = list (1,3,5), - = range (1-5), / = step (*/5 = every 5)