Cron Expression Parser
Parse cron expressions into human-readable schedules and view next execution times.
AdSense
Top banner
Cron Expression
Human-readable
Every 5 minutes
Field Breakdown
| Field | Raw | Expanded Values |
|---|---|---|
| Minute (0-59) | */5 | 0, 5, 10, 15, 20, 25, 30, 35, 40, 45, 50, 55 |
| Hour (0-23) | * | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ... (24 values) |
| Day of Month (1-31) | * | 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ... (31 values) |
| Month (1-12) | * | 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 |
| Day of Week (0-6) | * | 0, 1, 2, 3, 4, 5, 6 |
Next 10 Execution Times
1.2/25/2026, 3:25:00 PM
2.2/25/2026, 3:30:00 PM
3.2/25/2026, 3:35:00 PM
4.2/25/2026, 3:40:00 PM
5.2/25/2026, 3:45:00 PM
6.2/25/2026, 3:50:00 PM
7.2/25/2026, 3:55:00 PM
8.2/25/2026, 4:00:00 PM
9.2/25/2026, 4:05:00 PM
10.2/25/2026, 4:10:00 PM
Was this page helpful?