Is it possible to set the start time when using a Every job ?
I want to schedule a job every two weeks, on Monday, starting at a specified date. It is not possible with basic CRON expression but I can achieve this by using @every 336h. But I need to set the start time of course..
Thanks a lot !
Is it possible to set the start time when using a
Everyjob ?I want to schedule a job every two weeks, on Monday, starting at a specified date. It is not possible with basic CRON expression but I can achieve this by using
@every 336h. But I need to set the start time of course..Thanks a lot !