Hi Folks,
I want to set trigger for 18th of every month at 9am. How do i set it ?
I get only these options
Hi Folks,
I want to set trigger for 18th of every month at 9am. How do i set it ?
I get only these options
Hi @Chetan_Wagh
Try this CRON expression
0 0 9 18 * ?
This expression represents the following schedule:
I hope it helps!!
0 0 9 18 1/1 ? *
Hi @Chetan_Wagh
Try this CRON expression
0 0 9 18 * ?
or 0 0 9 18 * ? *
This expression represents the following schedule:
I hope it helps!!
Go to advanced and give the CRON expression in below the time zone.
Ex:0 9 18 * *
cron expression for every month 18th 9am
9am would be of the selected time zone, not necessarily IST . Correct ?
Yes, it would be selected time zone.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.