کرون ایکسپریشن بلڈر
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.
تیار شدہ ایکسپریشن
* * * * *
درست ایکسپریشن
📖 Human Description:
Runs every minute of every hour of every day.
Runs every minute of every hour of every day.
Special Characters & Syntax Guide
*
All values (wildcard)
Example: * in hour = every hour
,
فہرست جداکار
Example: 1,3,5 = Monday, Wednesday, Friday
-
رینج آپریٹر
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!
ڈبلیو آئی اے کوڈ کے بارے میں مزید جانیں