Monthly First Day Cron

Example:
0 0 1 * * /usr/bin/monthly-report.py
Use 0 0 1 * * to run on the first day of every month.
Try Cron Master →

FAQs

How to run on last day of month?

No direct syntax. Use a script that checks if tomorrow is day 1.