QuickTools

Cron Expression Parser

Parse and explain cron expressions in plain English. Understand scheduling syntax instantly.

cron expression parsercron job parsercron syntaxcron schedulecron expression explainer

Drag and drop here or

Supports documents, images, audio, video, and text files

Options

Field order:

β”Œβ”€β”€β”€ minute (0-59)
β”‚ β”Œβ”€β”€β”€ hour (0-23)
β”‚ β”‚ β”Œβ”€β”€β”€ day of month (1-31)
β”‚ β”‚ β”‚ β”Œβ”€β”€β”€ month (1-12)
β”‚ β”‚ β”‚ β”‚ β”Œβ”€β”€β”€ day of week (0-6, Sun=0)
* * * * *

Privacy: This tool runs entirely in your browser. No data is sent to our servers. We don't store, share, or have access to any of the information you process here.

Examples

Example 1
* * * * *
Click above to load example 1
Example 2
0 9 * * 1-5
Click above to load example 2
Example 3
30 6 1 * *
Click above to load example 3
Example 4
*/15 * * * *
Click above to load example 4
Example 5
0 0 * * 0
Click above to load example 5

FAQ

Q: What is a cron expression?

A: A string of 5 fields (minute, hour, day, month, weekday) that defines when a scheduled task runs.

Q: What does * mean?

A: * means "every" for that field β€” e.g., * in the minute field means every minute.

Q: What does */5 mean?

A: The slash notation means "every N units" β€” */5 in minutes means every 5 minutes.

Related Tools

More in Developer Tools

Privacy: This tool runs entirely in your browser. No data is sent to our servers.