Forum Moderators: phranque

Message Too Old, No Replies

Schedule Cron

         

almo136

10:27 am on Mar 22, 2010 (gmt 0)

10+ Year Member



I have this piece of code that runs a job every day at 1am. How do I change this so it only runs it every Monday at 1am?

        <cron_expr>0 1 * * *</cron_expr>

phranque

11:34 am on Mar 22, 2010 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



the last digit is Day of Weeks and sunday=0:
0 1 * * 1