Hi All,
Need some help with the intck('weekday' statement...
I have the below code.
Now there should be 8 weekdays between those two dates, but when i run the code i only get 7...
I want to see how many weekdays between a ticket being opened and a ticket being closed.
Does it class the 12th of june as a day? or would i need to add an extra day on to count that day?
Thanks
Robbie
Need some help with the intck('weekday' statement...
I have the below code.
Code:
Data Test;
DateDiff = intck('weekday', '01JUN2007'd, '12JUN2007'd);
run;
Now there should be 8 weekdays between those two dates, but when i run the code i only get 7...
I want to see how many weekdays between a ticket being opened and a ticket being closed.
Does it class the 12th of june as a day? or would i need to add an extra day on to count that day?
Thanks
Robbie