Hi,
A couple of people have asked about calculating the "working days" between two dates.
There is currently no function to do this directly but all the facilities are available to perform the calculation.
The attached archive contains 2 subprotocols. The simpler (weekdays) subtracts out weekends by a brute-force comparison.
The other (workdays) also compares to an array of (UK) holiday dates and so is limited to 2010/11
I'm sure there ought to be a more elegant way of doing it, but this works (I think).
Malcolm
A couple of people have asked about calculating the "working days" between two dates.
There is currently no function to do this directly but all the facilities are available to perform the calculation.
The attached archive contains 2 subprotocols. The simpler (weekdays) subtracts out weekends by a brute-force comparison.
The other (workdays) also compares to an array of (UK) holiday dates and so is limited to 2010/11
I'm sure there ought to be a more elegant way of doing it, but this works (I think).
Malcolm
