Does anyone know if the DateDiff function can give hours and minutes?
For example, the following code will give me the hours between dtmDown and dtmUp, but it will only give me a whole number. Is there a way to get hours.minutes?
DateDiff(Interval:="h", Date1:=dtmDown, _
Date2:=dtmUp)
Thanks in advance.
For example, the following code will give me the hours between dtmDown and dtmUp, but it will only give me a whole number. Is there a way to get hours.minutes?
DateDiff(Interval:="h", Date1:=dtmDown, _
Date2:=dtmUp)
Thanks in advance.