Cron expression to run every weekday

To schedule a job to run every weekday, use this cron expression:

0 0 * * 1-5
At 12:00 AM, Monday through Friday

Next 5 runs (UTC)

#Run time (UTC)When
1Thu, Aug 6, 2026, 00:00:00 UTCin 12h 43m
2Fri, Aug 7, 2026, 00:00:00 UTCin 1d 12h
3Mon, Aug 10, 2026, 00:00:00 UTCin 4d 12h
4Tue, Aug 11, 2026, 00:00:00 UTCin 5d 12h
5Wed, Aug 12, 2026, 00:00:00 UTCin 6d 12h

Adjust it

0 0 * * 1-5
Get this as JSON (developer API)
curl "https://cron.wrapper-agency.com/api/v1/cron?expr=0%200%20*%20*%201-5&tz=UTC"

Free cron API — no key during beta. Parsing is standard 5-field (or 6-field with seconds) cron, computed with cron-parser.

Other common schedules

See the full breakdown on the 0 0 * * 1-5 page.