Cron Expression Builder

Visually build a cron expression — minute, hour, day, month, weekday — and preview the next 5 fire times.

0 9 * * 1-5
Enter input above to see the result.

What is this for?

Cron syntax is famously dense — five fields, each accepting wildcards, ranges, lists, and steps. Writing one from scratch every time invites typos. This builder lets you start from a preset (every-5-minutes, weekdays-at-09:00, etc.) or type into individual fields, see the resulting cron string, get a plain-English summary, and confirm against the next five real fire times in your local timezone. The complement to this is the Cron Expression Parser, which decodes an existing expression into the same preview.

When to use it

Field syntax cheat sheet

Common gotchas