Hi,
I was looking for the code to return Timespan between any two days. The days should exclude weekends, saturday and sunday.
Like, for example,
startdate = "10/5/2007 10:00:00 AM"
enddate = "10/9/2007 11:30:00 AM"
The function should return the Timespan between these two days excluding Saturday and Sunday...
Timespan ts = 1:12:30:00
Thanks in Advance,
PKJ
I was looking for the code to return Timespan between any two days. The days should exclude weekends, saturday and sunday.
Like, for example,
startdate = "10/5/2007 10:00:00 AM"
enddate = "10/9/2007 11:30:00 AM"
The function should return the Timespan between these two days excluding Saturday and Sunday...
Timespan ts = 1:12:30:00
Thanks in Advance,
PKJ
Comment