Build precise cron schedules visually with a plain-English description. Configure minute, hour, day, month, and weekday settings to generate valid cron expressions.
Open Cron Expression Builder → free, no sign-inCron syntax is one of those things that looks like noise until you know it, and even then it's easy to make an error in a schedule that runs at 3am and you won't know about for a month. The Cron Expression Builder lets you set your schedule using dropdowns and inputs — minute, hour, day of week, day of month, month — and shows you both the resulting cron expression and a plain-English description of when it will run.
Developers scheduling background jobs, DevOps engineers setting up maintenance tasks, anyone configuring a cron job on a server or in a CI/CD pipeline who wants to double-check they've got the timing right before deploying.
No tutorials. No learning curve. Open it and get started.
No server uploads. The plain-English summary tells you exactly when the schedule will fire — which immediately catches the common errors like midnight vs noon confusion.
Completely free. No trial period. No premium tier for basic functionality. No account required. Use it as often as you need.
One job, done well. Cron Expression Builder was built to solve a specific problem cleanly. No feature bloat, no ads, no distractions.
What is cron syntax?
Cron uses five fields: minute (0–59), hour (0–23), day of month (1–31), month (1–12), and day of week (0–7). Special characters allow ranges, intervals, and wildcards.
What does * mean in a cron expression?
An asterisk means 'every' — * in the minute field means 'every minute'.
What does 0 30 * * 1 mean?
Run at 00:30 every Monday (minute 30, hour 0, any day of month, any month, Monday = 1).
Why does my cron job run at the wrong time?
Check your server's timezone — cron runs in the system timezone, which may differ from your local time.
Is there a seconds field?
Standard Unix cron has five fields with no seconds. Some schedulers (like Quartz) add a sixth field for seconds — check your scheduler's documentation.
Free. Instant. No sign-in. Open it and get the job done.
Open Cron Expression Builder on Doathingy.com →