Cron Expression Generator

Build, validate, and decode cron schedules visually. See next run times instantly.

minute hour day month weekday
0 9 * * *
At 09:00 AM, every day
Invalid cron expression
Copied!

Visual Builder

0–59 | * | */5
0–23 | * | */6
1–31 | * | */2
1–12 | * | JAN
0=Sun | * | 1-5

Paste or Type Expression

Next 8 Run Times

Quick Reference

Symbol Meaning Example
*Every value (wildcard)* = every minute/hour/day
,List of values1,3,5 = 1st, 3rd, 5th
-Range of values1-5 = 1 through 5
/Step values*/15 = every 15 units
LLast (day field)L = last day of month
?No specific valueUsed in DOW or DOM
@rebootRun at system startup@reboot /path/to/script
@dailyAlias for 0 0 * * *Midnight every day
@hourlyAlias for 0 * * * *Start of every hour
@weeklyAlias for 0 0 * * 0Midnight Sunday
@monthlyAlias for 0 0 1 * *Midnight, 1st of month

QADIR OS — Your Autonomous AI Agent

Imagine cron jobs that write themselves, monitor their own output, and fix errors in real time. QADIR OS makes your scheduled automation truly autonomous.

You're on the list. We'll reach out when QADIR OS opens early access.