Cron Expression Parser

Parse cron expressions into human-readable descriptions. Preview next scheduled run times.

Cron Syntax Reference

┌──────── minute (0-59) │ ┌────── hour (0-23) │ │ ┌──── day of month (1-31) │ │ │ ┌── month (1-12) │ │ │ │ ┌ day of week (0-7, 0 and 7 = Sun) │ │ │ │ │ * * * * * * = any value , = value list separator (1,3,5) - = range of values (1-5) / = step values (*/15 = every 15)

Need this as an API?

Use our API to integrate this tool into your applications. 100 free requests/day.

Get Free API Key

About Cron Expression Parser

Our cron parser converts cron expressions into human-readable descriptions and shows you the next scheduled run times. Essential for DevOps engineers and anyone working with scheduled tasks.

Cron Format

Standard 5-field cron: minute (0-59), hour (0-23), day of month (1-31), month (1-12), day of week (0-7, where 0 and 7 are Sunday). Supports wildcards (*), ranges (-), lists (,), and steps (/).