Cron parser / examples

Cron for: first of every month at midnight

0 0 1 * *

At 00:00, on day 1 of the month.

How it works

@monthly is the alias. There is no clean "last day of month" in standard cron — the usual workaround runs on days 28-31 and lets a script check whether tomorrow is the 1st.

Next runs

    Variations

    Building something different? Paste any expression into the cron parser for a plain-English explanation and run preview.

    More examples