LowercaseOnline — Free Online Text Tools

📅 Cron Expression Explainer

Paste any cron expression to get a plain-English description and the next scheduled run times.

MinuteHourDayMonthWeekday

Next 8 scheduled runs (local time)

Common Presets

Cron Syntax Reference

A cron expression has 5 space-separated fields:

FieldAllowed ValuesSpecial Characters
Minute0–59* , - /
Hour0–23* , - /
Day of Month1–31* , - /
Month1–12* , - /
Day of Week0–7 (0 and 7 = Sunday)* , - /

* = every value    , = list (e.g. 1,3,5)    - = range (e.g. 1-5)    / = step (e.g. */15)