Hi folks,
Hoping someone might have an idea on this one..
I'm attempting to calculate the time (days/hours/minutes) between two date/time entries.. That's very simple datetime2 - datetime1 = answer..
However, I need to stop the clock outside of working hours (i.e between 1730 and 0900) and not count weekends!
Yes, I could use the in built system calculators (within the system that the data is coming from) but unfortunately due to multiple levels of user error (which will take some time to educate out) our fix time and response time data calcs aren't exactly accurate..
Thanks in advance..
Hoping someone might have an idea on this one..
I'm attempting to calculate the time (days/hours/minutes) between two date/time entries.. That's very simple datetime2 - datetime1 = answer..
However, I need to stop the clock outside of working hours (i.e between 1730 and 0900) and not count weekends!
Yes, I could use the in built system calculators (within the system that the data is coming from) but unfortunately due to multiple levels of user error (which will take some time to educate out) our fix time and response time data calcs aren't exactly accurate..
Thanks in advance..