Does anyone know of a function I can use to get the difference in time between 2 times?
I know there's a DateDiff() funtion to get the difference between 2 dates, but I cant find anything to get the change between 2 times
Thanx in advance
~whisper
Printable View
Does anyone know of a function I can use to get the difference in time between 2 times?
I know there's a DateDiff() funtion to get the difference between 2 dates, but I cant find anything to get the change between 2 times
Thanx in advance
~whisper
Use Datediff, it will work with times, since time is also date format, just check if your times are dates using isdate function