Cron Expression Validator
Validate 5-field cron expressions, get human-readable descriptions, and see the next 5 scheduled run times.
Examples:
Cron expressions consist of five fields: minute (0β59), hour (0β23), day-of-month (1β31), month (1β12), and day-of-week (0β7, where 0 and 7 are Sunday). Each field supports wildcards (*), ranges (1-5), step values (*/15, 1-30/5), and comma-separated lists (1,3,5). Special strings like @daily, @hourly, and @weekly are shortcuts supported by many cron implementations. Cron is widely used for scheduling recurring tasks on Unix-like systems.
Frequently Asked Questions
- Standard Unix 5-field cron: minute (0-59), hour (0-23), day-of-month (1-31), month (1-12), day-of-week (0-7, both 0 and 7 = Sunday).
Related Tools
Email ValidatorValidate email address syntax with detailed feedbackURL ValidatorCheck URL format and parse components for validityIP Address ValidatorValidate IPv4 and IPv6 address formatMAC Address ValidatorValidate MAC address format in multiple notationsUUID ValidatorValidate UUID format and detect version (v1βv5)Credit Card ValidatorValidate credit card numbers with Luhn algorithm (no data sent)Phone Number ValidatorValidate international phone number formatsDomain ValidatorValidate domain name and hostname syntax