Cron to Date Converter

Convert Cron Expressions to Human-Readable Dates and Times

Invalid cron expression. Please check the format.

Breakdown:

Minute
Hour
Day
Month
Weekday

Next 5 Execution Times:

Common Examples:

Cron Format Reference:

Minute
0-59
Hour
0-23
Day
1-31
Month
1-12
Weekday
0-7 (0=Sun)
Special Characters:
* - Any value
, - List separator
- - Range of values
/ - Step values
Examples:
*/5 - Every 5 units
1-5 - Range from 1 to 5
1,3,5 - Specific values
0 - Exact value