Cron Expression Parser & Generator

Parse cron expressions into plain English and see upcoming run times.

Cron Syntax Reference

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