Cron: Every weekday
Type a cron schedule and get plain English, a field-by-field breakdown and the next run times, all in the browser.
At 00:00 on Monday through Friday
No upcoming runs within 5 years.
The cron expression for every weekday
To run a job every weekday, use 0 0 * * 1-5. Read aloud it means: At 00:00 on Monday through Friday.
Field by field: minute 0 — minute 0; hour 0 — hour 0; day of month * — every day-of-month; month * — every month; day of week 1-5 — Monday through Friday.
The expression drops into a crontab, a CI schedule or anything else that speaks standard five-field cron syntax. The times above are in the local timezone of this browser; most cron daemons run in the server's timezone, so mind the difference when it matters.
More cron expression explainer pages
Related tools
Case Converter
Convert text between UPPERCASE, camelCase, snake_case, kebab-case, slugs and more.
Whitespace & Line Tools
Trim whitespace, collapse spaces, dedupe and sort lines, remove line breaks.
Encode, Decode & Format
Format and minify JSON, encode and decode Base64, URLs and HTML entities.
Number Base Converter
Convert numbers between binary, octal, decimal and hex at any size, via BigInt.
Free and open source from Earthling Digital, an independent creative agency. Built with Earthling UI.