Dynamically calculate a particular date is a holiday or not.
Hi All,
Lets start this with an example. I need to calculate Memorial Day is on the last Monday of May.
One option is to delegate a table to upload the holidays. We are not interested to go in this route. It has to be updated for every year. Though its a one time job, we want to automate this calculation.
If there any way to get the week of a current month? If yes, then we can automate this usecase.
***Edited by Moderator Marije to add Capability tags***