Instead of running the normal daily Job, I would like to run a different job on Mondays.
Not a problem... My ? is:
For running the normal job Tuesday thru Sunday, can I
00,30 * * * 2-0 Job
instead of
00,30 * * * 2,3,4,5,6,0 Job
I have done 1-5 and so on in the past.-