Cron tool / Monthly on a Friday at 9am
Cron expression for "monthly on a friday at 9am"
The cron expression is 0 9 * * 5#4 — At 09:00 AM, on the fourth Friday of the month.
This schedule means
At 09:00 AM, on the fourth Friday of the month
Calculating upcoming runs…
Using it
In a crontab, you'd write 0 9 * * 5#4 /path/to/your/command. Most schedulers (Linux cron, Vercel Cron, GitHub Actions, Laravel, node-cron) accept this 5-field format.
Monitor a "monthly on a friday at 9am" job
Cronmint runs 0 9 * * 5#4 for you, logs every run, and emails or Slacks you the moment it fails — or silently doesn't run.