I have an application that aims to calculate a person's working days on a project. So I need to exclude the weekends, public holidays, and the days on which the person is on leave.
I have the idea to exclude the weekends and public holidays. But don't know to deal with the leave days.
Any idea to exclude the leave days? Thanks in advance.