Cron Fields Reference
Detailed reference for all five fields in cron expressions.
Field Order: minute hour day-of-month month day-of-week
Field Overview
| Position | Field | Values | Special |
|---|---|---|---|
| 1 | Minute | 0-59 | * , - / |
| 2 | Hour | 0-23 | * , - / |
| 3 | Day of Month | 1-31 | * , - / L W |
| 4 | Month | 1-12 | * , - / JAN-DEC |
| 5 | Day of Week | 0-7 | * , - / SUN-SAT # |