quartz cron expression help (daily trigger)
Posted
by djmlog103
on Stack Overflow
See other posts from Stack Overflow
or by djmlog103
Published on 2010-06-10T16:38:50Z
Indexed on
2010/06/10
16:42 UTC
Read the original article
Hit count: 352
Hi, i want to run a cron trigger every 5th day starting from the 16th of every month.
so it should execute on every: 16th, 21st, 26th, 31st, 5th, 10th, 15th, 20th and so on
i tried "0 0 1 16/5 * ?" but this gets execute on 16th, 21st, 26th, 31st, 16th, 21st.... It skips anything between 1st and 15th.
Please help. thanks
© Stack Overflow or respective owner