Skip to content
ConvenTools

Cron Expression Parser — Explain Cron in English

Runs in your browser — your files never leave your device

Paste a cron expression and read, in plain English, exactly when it runs. Cron’s five-field syntax is easy to misread — this parser removes the guesswork so you can confirm a schedule at a glance. It runs entirely in your browser.

Every 5 minutes

Try:

How to use it

  1. 1
    Paste a cron expression

    Enter a five-field cron schedule, e.g. 0 9 * * 1-5.

  2. 2
    Read the description

    The plain-English meaning appears live below the input.

  3. 3
    Adjust and confirm

    Tweak any field and watch the description update to match.

Reading the five fields

A standard cron expression has five fields: minute, hour, day-of-month, month and day-of-week. Symbols like * (every), */n (every n) and ranges (1-5) combine to describe a schedule. Getting one field wrong can mean a job runs far more — or less — often than intended.

Type an expression and the description updates live, so you can tweak a field and immediately see the effect.

Frequently asked questions

Which cron format is supported?

Standard five-field cron (minute, hour, day-of-month, month, day-of-week), including ranges, lists and step values.

Is my expression sent anywhere?

No. Parsing happens entirely in your browser; nothing is uploaded.

Why does it say my expression is invalid?

Cron needs five space-separated fields. Check for a missing field or an out-of-range value.