DateDiff function

R

RL

I am trying to work out the number of days between two dates, EXCLUDING
WEEKENDS to monitor our order order turnaround time.

I am using the datediff funtion with "w" as the interval, which the help
files describes as weekday intervals.

However, it appears to be giving me the intervals in weeks.

Have I misinterpretted how the function works or is there a bug? Do you know
of an alternative or a workaround to achieve what I am after?

Many thanks
RL
 
Top