Format: minute hour day-of-month month weekday
Description
At 09:00 on Monday through Friday
| Field | Value | Range | Description |
|---|---|---|---|
| Minute | 0 | 0-59 | 0 |
| Hour | 9 | 0-23 | 9 |
| Day of Month | * | 1-31 | every day |
| Month | * | 1-12 | every month |
| Weekday | 1-5 | 0-6 (Sun-Sat) | Monday through Friday |
About Cron Expression Parser
Parse cron expressions and see a plain-English explanation of the schedule they define. Enter any standard five-field cron expression and instantly understand when it will run, including minute, hour, day of month, month, and day of week breakdowns. Invaluable for verifying crontab schedules.
How to Use Cron Expression Parser
- 1
Enter the cron expression
Type a cron expression like 0 9 * * 1-5 into the input field.
- 2
Read the explanation
See a human-readable description of when the cron job will execute.
- 3
Verify the schedule
Check that the description matches your intended schedule before deploying.
Common Use Cases
- Verifying crontab schedules before deploying to production
- Understanding cron expressions in CI/CD pipeline configs
- Building scheduled tasks with the correct timing
- Debugging why a cron job runs at unexpected times
Frequently Asked Questions
What is a cron expression?
What does * mean in a cron expression?
Does it support extended cron syntax?
Related Tools
Regex Tester
Test regular expressions with real-time matching and group highlighting.
Timestamp Converter
Convert Unix timestamps to human-readable dates and back.
JSON Validator
Validate JSON syntax with detailed error messages and line numbers.
JSON Formatter
Format, validate, and beautify JSON data with syntax highlighting.
Base64 Encoder/Decoder
Encode text to Base64 or decode Base64 strings back to plain text.
URL Encoder/Decoder
Encode or decode URL components for safe use in web addresses.