UtilX0 cookies · 0 trackers

Cron Expression Builder & Decoder

Build a 5-field cron expression with dropdowns, or paste one in — the decoder auto-detects standard cron (Linux/Kubernetes CronJob), or Quartz syntax (6-7 fields with seconds, used by Java/Spring schedulers).

Processed 100% locally in your browser

Build

Decode

Builds and decodes automatically as you type. Tip: press Ctrl+Enter (Cmd+Enter on Mac) to run immediately, depending on which field you're in.

Common schedules

Click any example to load it into the decoder above.

ScheduleExpression
Every 15 minutes*/15 * * * *
Every hour0 * * * *
Every day at midnight0 0 * * *
Every weekday at 9am0 9 * * 1-5
Every Monday at 9am0 9 * * 1
Every 6 hours0 */6 * * *
First of every month0 0 1 * *
Cron syntax guideRelated tool: Regex Tester