Cron Expression Humanizer
Convert cron expressions to human-readable descriptions and predict next execution times
Cron Expression
5-Field Format (left to right):
Human Description
Cron Expression Guide
Special Characters
*
- Any value (wildcard)?
- No specific value (day fields only)-
- Range of values (e.g., 1-5),
- List of values (e.g., 1,3,5)/
- Step values (e.g., */2)Common Examples
0 9 * * 1-5
- Weekdays at 9 AM30 14 1 * *
- 1st of month at 2:30 PM0 */6 * * *
- Every 6 hours0 0 * * 0
- Every Sunday at midnight