ToolBunny LogoToolBunny
Back to Homepage
Cron Job Generator & Decoder

Visually build cron expressions or translate existing ones into plain English.

Cron Expression

✨ ""

0-59, *, /, -

0-23, *, /, -

1-31, *, ?, /, -

1-12 or JAN-DEC

0-6 or SUN-SAT

Common Presets

About This Tool

The Cron Job Expression Generator is an essential utility for developers, system administrators, and DevOps engineers. Writing and understanding the standard 5 or 6 field cron syntax can be incredibly error-prone and confusing. This tool offers an intuitive visual builder that lets you select your desired schedule (e.g., "Every weekday at 3:00 PM") and instantly generates the correct cron string. Alternatively, paste an existing, confusing cron string to see a plain-English translation of exactly when it will execute.

How to Use
  1. To build a new expression, use the visual input fields (Minute, Hour, Day of Month, Month, Day of Week) to select your trigger points.
  2. Observe the generated cron string and the human-readable translation at the top of the panel.
  3. To decode an existing cron expression, simply type or paste it into the main input box. The interactive fields and human translation will automatically update to reflect your input.
  4. Copy the validated expression to use in your crontab, GitHub Actions, or server configuration!