Cron Expression Parser
Description
every minute, every hour, every day, every month, every weekday
Field Breakdown
| Field | Value | Meaning |
|---|---|---|
| minute | * | every minute |
| hour | * | every hour |
| day | * | every day |
| month | * | every month |
| weekday | * | every weekday |
How to Use
- Enter a standard 5-field cron expression (minute, hour, day, month, weekday).
- The tool instantly shows a human-readable description of the schedule.
- Each field is broken down with its meaning.
- 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.