I want to run a CRON command on certain days of the month at different times.
I have set up the CRON as indicated below:
40 8 5 12 6 php /home/username/public_html/path_to_php_script
This is supposed to run at 8:40am on 5th December I presume but it never does.
I noticed it only works when I use the common settings:
Example: */5 * * * * php /home/username/public_html/path_to_php_script
This is supposed to run every five minutes
I have read a lot of suggestions on StackOverflow and other articles including the official documentation on cPanel.net all to no avail.
Any suggestions?
Thanks in advance.