Skip to main content
weekly

Weekdays only

Runs Monday through Friday at 9 AM

Cron Expression
0 9 * * 1-5

Usage Guide

How to use this expression

This cron expression 0 9 * * 1-5 runs monday through friday at 9 am. You can use it in various task schedulers like cron (Unix/Linux), Windows Task Scheduler, or application-level schedulers.

Field Breakdown

Minute
Hour
Day
Month
Weekday
0
9
*
*
1-5

Common Use Cases

  • Weekly summaries, inventory checks, or periodic audits
  • CI/CD pipelines and automated deployments
  • Data synchronization and ETL processes
  • System monitoring and health checks
⚠️ Disclaimer: This cron expression and schedule information are provided as-is for informational purposes. Always verify critical schedules in your production environment and test thoroughly before deployment.