I am trying to find a CRON expression that runs on 1st business day on or after 15th of the every month.
The expression: 0 0 0 15W * ? * is almost doing the job but it doesn’t work if the 15th day is falling on Saturday because it will consider the nearest weekday as Friday i.e. 14th. Any idea on how to fix it?