Search code examples
quartz-schedulercronexpressioncrontrigger

What is the meaning for this CRON Expression


0 * * /5 * ?

I want to execute a job with an interval of five days for once daily.I'll give my starting date and ending date as startAt() and endAt() will it gives me correct scheduling?


Solution

  • Cron expression for running a job once in 5 days is

       0 0 */5 * *