⏰
Cron Expression Parser
Parse and explain cron schedule expressions.
Format: minute hour day-of-month month day-of-week
Fields
Next 5 Runs
How to use
Type a cron expression and click Parse. The tool explains each field in plain English and shows the next 5 scheduled run times.
# minute hour day month weekday
* * * * *
* — any value*/15 — every 15 steps1,15,30 — list of values9-17 — a rangeCommon mistake
* 2 * * * runs every minute of the 2am hour. To run once at 2am, use 0 2 * * *. Always verify with the "Next 5 Runs" output before deploying.
Related Tools
Embed This Tool
Add this tool to your site or blog:
Related Guides
Browse all guides →New Tool Every Week
Get notified when we ship new tools and Android apps. One email, no fluff.