Please can any one help me, how to calculate the working days for a given date range( avoiding weekends - Saturday & Sunday)
For Example:
Ship date >= Startdate ; Ship date < Enddate+1
If we are considering start date- 12/01/2008 and End date - 12/10/2008
Total days =10
weekends days = 2
Total Working days = 8.
I have searched BOB forum but i couldnt get much help.