Q
Question Boy
Is there away to do a DateAdd but ignoring the week-ends?
Let say I use today as an example 02/19/2009 and I need to Add 18 hours. I
need it to add the hours assuming 8 hours = 1 day and ignoring the week-end.
As such it would return.
18/8=2.25 days ... so 3 days
20 = 1
21 ignore
22 ignore
23 = 2
24 = 3
so the answer returned would be 02/24/2009.
Thank you!
QB
Let say I use today as an example 02/19/2009 and I need to Add 18 hours. I
need it to add the hours assuming 8 hours = 1 day and ignoring the week-end.
As such it would return.
18/8=2.25 days ... so 3 days
20 = 1
21 ignore
22 ignore
23 = 2
24 = 3
so the answer returned would be 02/24/2009.
Thank you!
QB