Cron Expression Generator

Build and understand cron expressions with a plain-English description.

Loading tool…

About this tool

Build a cron expression using a simple form, or paste an existing cron expression to see a plain-English description of when it runs.

How to use

  1. Set the minute, hour, day, month, and weekday fields, or paste an existing expression.
  2. Read the generated plain-English schedule description.
  3. Copy the resulting cron expression.

FAQ

Does this support non-standard cron syntax like @daily?

Yes, common shorthand expressions (@daily, @hourly, @weekly) are recognized alongside standard 5-field cron syntax.

Which cron dialect is used?

Standard 5-field Unix cron (minute hour day month weekday); 6-field variants with seconds are not currently supported.