Cron expression
✓ Every 5 minutes
Common presets
Field reference
| Field | Allowed | Description |
|---|---|---|
| Minute | 0-59 | Which minute in the hour |
| Hour | 0-23 | Which hour in the day |
| Day | 1-31 | Which day of the month |
| Month | 1-12 | Month |
| Weekday | 0-6 | 0 = Sunday, 1 = Monday, … |
Frequently Asked Questions
How do I use Cron Expression Parser?
Step 2 — illegal expressions show a red error message with the exact offending field and reason. Step 3 — pick Chinese or English at the top for internationalised teams.
What can Cron Expression Parser do?
Typical scenarios: Linux administrators sanity-check an expression before saving crontab -e ; DevOps engineers configure GitLab CI Schedule or GitHub Actions cron triggers; Kubernetes CronJob resource definitions are validated; back-end…
Is my data private when I use Cron Expression Parser?
Privacy: All parsing happens locally in your browser and the expression is never uploaded, so it is safe for validating cron configurations that contain internal system schedule information. Privacy: All parsing happens locally in your browser and the expression is never uploaded, so it is safe for validating cron…
What technical details should I know about Cron Expression Parser?
It supports * (any), / (step, e.g. */5 ), - (range, e.g. 1-5 ) and , (list, e.g. 1,3,5 ). Day-of-week also accepts three-letter names MON - SUN .