Hi,
I need to develop a perl sub that will return the number of work hours between 2 supplied dates. So I was thinking that i will need to loop through each day and then determine if it is a weekday, or a holiday (I will have an array of holidays), or if DST comes into play.
Now, I am not too sure how to tackle this. How will I be able to loop through the days, etc?
Anybody any ideas on how to start?
Thanks!
Kosie