J
John
Hi
I am trying to calculate time difference in hours between two times. I am
using the datediff function. The results are peculiar;
? DateDiff("h", "00:30", "6:30") returns 6, but
? DateDiff("h", "23:30", "6:30") returns -17!! which I have thought should
be 7.
How can I get the correct results?
Thanks
Regards
I am trying to calculate time difference in hours between two times. I am
using the datediff function. The results are peculiar;
? DateDiff("h", "00:30", "6:30") returns 6, but
? DateDiff("h", "23:30", "6:30") returns -17!! which I have thought should
be 7.
How can I get the correct results?
Thanks
Regards