Need help in cron expression to run a bot

I want to run my bot only on friday at 9AM and 9PM.
Can anyone suggest me a CRON expression?

Thanks in advance

@SR_9128
Here you go
0 0 9,21 ? * FRI *

Hope it helps!!

3 Likes

Thanks @Manisha_Ravindra

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.