Your data is never sent to a server or stored anywhere. All processing happens in your browser.

Cron Expression Parser

Description
every minute, every hour, every day, every month, every weekday
Field Breakdown
FieldValueMeaning
minute*every minute
hour*every hour
day*every day
month*every month
weekday*every weekday

How to Use


  1. Enter a standard 5-field cron expression (minute, hour, day, month, weekday).
  2. The tool instantly shows a human-readable description of the schedule.
  3. Each field is broken down with its meaning.
  4. The next 5 scheduled run times are displayed.

Cron Syntax


  • * (asterisk): Every possible value for that field.
  • 5: A specific value (e.g., minute 5, hour 5).
  • 1-5: A range of values (e.g., Monday through Friday).
  • */15: Step values (e.g., every 15 minutes).
  • 1,15: A list of values (e.g., the 1st and 15th).

Cron Fields


  • Field 1: Minute (0-59)
  • Field 2: Hour (0-23)
  • Field 3: Day of Month (1-31)
  • Field 4: Month (1-12)
  • Field 5: Day of Week (0-7, where 0 and 7 are Sunday)

Privacy


All parsing happens in your browser. No data is sent to any server.