Cron Expression Parser

Parse and explain cron expressions. Calculate next scheduled run times and get human-readable descriptions.

Cron Expression (standard)
Description
Enter a valid cron expression to see its description
Next Scheduled Dates
Enter a cron expression to see scheduled dates

Cron Expression Format

FieldAllowed ValuesSpecial Characters
Minutes0-59* , - /
Hours0-23* , - /
Day of Month1-31* , - /
Month1-12* , - /
Day of Week0-6 (0=Sunday)* , - /

Examples:

  • * * * * * - Every minute
  • 0 * * * * - Every hour at minute 0
  • 0 0 * * * - Every day at midnight
  • */15 * * * * - Every 15 minutes
  • 0 0 * * 0 - Every Sunday at midnight

Made with 💖

Have an improvement? Let me know on Twitter or Bluesky