Tool workspace
Use the common 5-field format: minute hour day-of-month month day-of-week.
Explain standard five-field cron expressions and validate field ranges without claiming to calculate upcoming execution times. Cron dialects differ, so the target scheduler remains authoritative.
Use the common 5-field format: minute hour day-of-month month day-of-week.
Explain standard five-field cron expressions and validate field ranges without claiming to calculate upcoming execution times. Cron dialects differ, so the target scheduler remains authoritative.
Parse `0 9 * * 1-5` as minute 0, hour 9, every day of month, every month, and weekday 1 through 5.
Not necessarily. Compare the target platform's cron dialect and time-zone rules.
No. This version validates and explains five fields only.
Reproducible examples
Run these examples in the workspace above and compare the result with the documented output.
Exactly five fields are validated with documented numeric ranges, wildcards/lists/ranges/steps; day-field semantics and time zones remain scheduler-specific.
Input is a five-field cron expression. Output includes validation and a field-by-field explanation, not next-run dates.
Checks cover known weekday and interval expressions, invalid ranges, unsupported field counts, dialect warning, clear, and mobile controls.
The input and result stay in this browser session. ZZP Box does not upload or store the values entered in this tool.
Choose the next tool by the operation you need, then review that page's stated input and limits.