Hi All,
I need to calculate first business day of a month. (Excludes sat, sun and holidays). I have a list of holidays in a table.
Could anyone please tell me how toget started..??
Let’s say I have a table xx_activity where I have all the month begin dates.
01-JAN-10
01-FEB-10 and so on
Now I need to bring 1st business day of each month. For 01-JAN-10, 1st business day is 04-JAN-10.
TIA..