* — every value
, — list of values (1,3,5)
- — range (1-5)
/ — step (*/5 = every 5th)
Visual cron schedule builder with next-run preview
5-field format: minute hour day month weekday — standard cron (Linux, crontab)
Every minute
| Field | Range | Special |
|---|---|---|
| Minute | 0–59 | * , - / |
| Hour | 0–23 | * , - / |
| Day of Month | 1–31 | * , - / |
| Month | 1–12 | * , - / JAN–DEC |
| Day of Week | 0–6 | * , - / SUN–SAT |
A cron expression is a schedule string used by Unix cron, Kubernetes CronJobs, GitHub Actions, and most task schedulers. Five fields (minute, hour, day, month, weekday) define when a job runs.
Something went wrong
An error occurred. Try reloading the page.