Cron Expression Builder

Professional cron expression generator with advanced features. Build, validate and explain cron expressions for Unix/Linux, Quartz, and other schedulers. Supports 5, 6 & 7 field formats with special characters.

Generated Expression

* * * * *
βœ“ Valid Expression
πŸ“– Human Description:
Runs every minute of every hour of every day.

πŸ• Next 5 Execution Times

πŸ“š Special Characters & Syntax Guide

*
All values (wildcard)
Example: * in hour = every hour
,
List separator
Example: 1,3,5 = Monday, Wednesday, Friday
-
Range operator
Example: 1-5 = Monday through Friday
/
Step/increment operator
Example: */15 = every 15 minutes
?
No specific value (Quartz only)
Example: ? in day-of-week when day-of-month is specified
L
Last day (Quartz only)
Example: L = last day of month, 5L = last Friday
W
Nearest weekday (Quartz only)
Example: 15W = nearest weekday to 15th
#
Nth occurrence (Quartz only)
Example: 6#3 = 3rd Friday of month

πŸ“‹ Common Cron Expression Examples

πŸ• Every Minute
* * * * *
⏰ Every Hour
0 * * * *
πŸŒ™ Daily at Midnight
0 0 * * *
πŸŒ… Daily at 9 AM
0 9 * * *
πŸ’Ό Weekdays at 9 AM
0 9 * * 1-5
πŸ“… Weekly on Sunday
0 0 * * 0
πŸ“† Monthly on 1st
0 0 1 * *
⏱ Every 15 Minutes
*/15 * * * *
🏒 Business Hours (9-5)
0 9-17 * * 1-5
πŸ”„ Twice Daily
0 9,21 * * *
πŸ“‹ Last Day of Month
0 0 L * * (Quartz)
πŸ“Š First Monday
0 0 * * 1#1 (Quartz)

⚑ Smart Nation's Core Infrastructure: WIA Code ⚑

Schedule tasks worldwide with precision! Use WIA Code for exact location-based automation. Experience the future in 30 days, completely free for your nation!

Learn More About WIA Code

πŸ€– Choose Your AI Assistant

πŸ’¬ ChatGPT
Most versatile β€’ Best for general tasks
🧠 Claude
Best reasoning β€’ Perfect for analysis
✨ Gemini FREE
Free daily limits β€’ Built-in chat