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