Cron Expression Parser
Decode and understand cron expressions with human-readable explanations
Enter Cron Expression
Format: minute hour day month weekday
Description
          
          Next run time:
          
        Common Examples
Cron Expression Format
| Field | Allowed Values | Special Characters | 
|---|---|---|
| Minute | 0-59 | * , - / | 
| Hour | 0-23 | * , - / | 
| Day of Month | 1-31 | * , - / | 
| Month | 1-12 or JAN-DEC | * , - / | 
| Day of Week | 0-6 or SUN-SAT | * , - / | 
* = any value, , = value list, - = range, / = step values
Need to create a cron expression? Try our Cron Generator for a visual builder.