First Monday of Month Cron

Example:
0 0 1-7 * 1 /scripts/first-monday.sh
Use 0 0 1-7 * 1 to run on the first Monday of each month. It checks day 1-7 that is also a Monday.
Try Cron Master →

FAQs

How does this work?

It runs on days 1-7 of the month, but only when that day is a Monday (1).