Parse cron expressions into human-readable descriptions and see the next scheduled run times.
This free online cron expression parser helps you understand and build cron schedules. See human-readable descriptions and upcoming run times for any cron expression. All processing happens in your browser.
A standard cron expression has 5 fields:
┌───────────── minute (0-59) │ ┌───────────── hour (0-23) │ │ ┌───────────── day of month (1-31) │ │ │ ┌───────────── month (1-12) │ │ │ │ ┌───────────── day of week (0-7, 0 and 7 = Sunday) │ │ │ │ │ * * * * *
Standard Unix cron uses 5 fields (minute through day-of-week). Some systems add a 6th field for seconds. This tool uses the standard 5-field format.
Some cron implementations support month names (JAN-DEC) and day names (SUN-SAT). This tool supports numeric values for maximum compatibility.