Loading...

Weekday Morning Cron Expression: `0 9 * * 1-5`

Trigger business notifications and sync jobs Monday through Friday mornings with `0 9 * * 1-5`.

Key Technical Capabilities

  • Business Days OnlySkips Saturday and Sunday automatically.
  • Timezone AwareCalculates upcoming business day run dates.

How to Schedule Weekday Jobs

  1. Set `0 9 * * 1-5`Enter expression for 9 AM Monday-Friday.
  2. Review Next DatesVerify weekend dates are excluded.

Frequently Asked Questions

Is 1 Monday or Sunday in standard cron?
In standard UNIX cron, 1 is Monday and 5 is Friday (0 or 7 is Sunday).