Formatting times
I am trying to write a function to display the time elapsed since
StartTime and Now() and have it formatted as H:mm:ss
I tried this code:
Format(DateDiff("s", StartTime, Now()), "H:mm:ss")
but without result.
Can someone please help?
|