Cron Parser
Parse and explain cron expressions
Minutes
Hours
Days
Months
Weekday
Common Presets
Description
Every minute
Settings
Minute
*
any (0–59)
Hour
*
any (0–23)
Day
*
any (1–31)
Month
*
any (1–12)
Weekday
*
any (0–6)
Next 10 executions
- #1Wed, Apr 01, 2026, 09:10:00in less than a minute
- #2Wed, Apr 01, 2026, 09:11:00in 1 minute
- #3Wed, Apr 01, 2026, 09:12:00in 2 minutes
- #4Wed, Apr 01, 2026, 09:13:00in 3 minutes
- #5Wed, Apr 01, 2026, 09:14:00in 4 minutes
- #6Wed, Apr 01, 2026, 09:15:00in 5 minutes
- #7Wed, Apr 01, 2026, 09:16:00in 6 minutes
- #8Wed, Apr 01, 2026, 09:17:00in 7 minutes
- #9Wed, Apr 01, 2026, 09:18:00in 8 minutes
- #10Wed, Apr 01, 2026, 09:19:00in 9 minutes
FAQ
- How do I read a cron expression?
- Paste your cron expression into Toollo's parser and it will display a plain-English explanation of the schedule, along with the next several execution times so you can verify it works as expected.
- Does the cron parser support 5-field and 6-field expressions?
- Yes, Toollo supports standard 5-field cron expressions (minute through day-of-week) as well as extended formats with seconds or year fields. It also handles special characters like /, -, *, and L.
- Can I use this to build cron expressions from scratch?
- Yes, the tool works both ways — you can enter a cron expression to understand it, or use the interactive builder to construct one. All processing runs in your browser with no data sent externally.