Is it possible to create a CronExpression with: "fire every day every 20min but not on Saturday between 10:00 and 14:00"?
Something like "0 0/20 * ? * MON-SAT" is clear, but it is not the same...
Is it possible to create a CronExpression with: "fire every day every 20min but not on Saturday between 10:00 and 14:00"?
Something like "0 0/20 * ? * MON-SAT" is clear, but it is not the same...
Copyright © 2021 Jogjafile Inc.
You will have to use two expressions; One for saturdays, one for all other days: