Hello,
Anyone to help me, I need cron expression for Monday to Friday - 9am to 6pm (HKT) for my automation follow up to customer:
Not sure if this is right - 0 9-18 * * 1-5
You can use this
https://www.freeformatter.com/cron-expression-generator-quartz.html
Hi Emory - How often should the rule run during the 9-6 time period? Every hour? Every minute? Just once?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Emery Manayan ,
You can use an online CRON generator https://www.freeformatter.com/cron-expression-generator-quartz.html
Or you can validate your existing one using this https://crontab.guru/#5_4_*_*_1
PS. Your CRON expression means from Monday to Friday from 9-6
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.