Skip to Content
0
Dec 12, 2006 at 11:25 AM

Date difference help!

30 Views

Hi all,

I have to calculate the difference between two date. It's simply:

data A - date B = days

(20061212 - 20061205 = 7)

but what i have to do if I want the difference without saturday, sanday and all holiday's day (Christmas, etc..)?

In a few words, I need only the working days. Is it possible?

example: if 20061206 is saturday and 20061207 is sunday, then 20061212 - 20061205 = 5

Thanks