DevTools.run

Cron Expression Parser

Enter a cron expression to get a human-readable description and see upcoming run times. Runs entirely in your browser.

Ad Space
minutehourday(month)monthday(week)
At 9:00 AM, on Monday through Friday
Wed, Mar 11, 2026, 09:00 AM
Thu, Mar 12, 2026, 09:00 AM
Fri, Mar 13, 2026, 09:00 AM
Mon, Mar 16, 2026, 09:00 AM
Tue, Mar 17, 2026, 09:00 AM
Ad Space

About Cron Expressions

Cron expressions are used to schedule recurring tasks in Unix-like systems. A standard cron expression has five fields: minute (0-59), hour (0-23), day of month (1-31), month (1-12), and day of week (0-7, where both 0 and 7 represent Sunday). Special characters include * (any), / (step), - (range), and , (list).