Calculate the difference between two dates, ignoring weekends
Saturday, 27 May 2006
This code allows calculating with dates as if there were no weekends. To achieve this, days are numbered from Monday, 29 December 1969 without any intervening weekends (that is, five days per week). One purpose is to calculate the number of working days in a month, ignoring further public and bank holidays.
Read more at: http://www.developerfusion.co.uk/show/5734/.
Last Updated ( Monday, 06 November 2006 )