A
Ayo
How do I calculate the difference betwenn a time range. I have defined my
startTime and endTime as follows, and I need to calculate the difference
between the two time period.
startTime = Format(Time, "hh:mm AM/PM")
endTime = Format(Time, "hh:mm AM/PM")
Me.txtTotalTime = Format(endTime - startTime, "hh:mm AM/PM")
startTime and endTime as follows, and I need to calculate the difference
between the two time period.
startTime = Format(Time, "hh:mm AM/PM")
endTime = Format(Time, "hh:mm AM/PM")
Me.txtTotalTime = Format(endTime - startTime, "hh:mm AM/PM")