Cron Expression Parser

Translate cron expressions into plain English and see the next scheduled run times. Supports standard 5-field cron syntax and @shortcuts.

Format: minute (0–59)  hour (0–23)  day (1–31)  month (1–12)  weekday (0–7)

Quick examples:

How to use

  1. Enter a cron expression (5 fields: minute hour day month weekday).
  2. Or use a preset like @daily or @weekly.
  3. See the plain English description and next 5 run times.
  4. Use quick examples to learn common patterns.