First business day of month at 9 AM
Runs on the first weekday (Mon-Fri) of every month at 9:00 AM
Unix/Linux
0 9 1-7 * 1-5
Quartz
0 0 9 ? * MON-FRI#1
AWS EventBridge
cron(0 9 ? * 2-6#1 *)
Next Run Times
Local Time
- Mon, Sep 8, 2025, 9:00 AM UTC
- Tue, Sep 9, 2025, 9:00 AM UTC
- Wed, Sep 10, 2025, 9:00 AM UTC
- Thu, Sep 11, 2025, 9:00 AM UTC
- Fri, Sep 12, 2025, 9:00 AM UTC
UTC Time
- Mon, Sep 8, 2025, 9:00 AM UTC
- Tue, Sep 9, 2025, 9:00 AM UTC
- Wed, Sep 10, 2025, 9:00 AM UTC
- Thu, Sep 11, 2025, 9:00 AM UTC
- Fri, Sep 12, 2025, 9:00 AM UTC
Implementation Notes
- •Standard cron uses day range 1-7 with weekday constraint
- •Will run on 1st if it's Mon-Fri, 2nd if 1st is weekend, etc.
- •Quartz supports MON-FRI#1 syntax for first weekday of month
Try It Out
Want to modify this expression or create your own? Use our interactive cron generator with visual builder and real-time preview.
Open in Cron Generator