I need to track the length of a duty, some duties go beyond the midnight therefore are recorded as 24:15 for a 00:15 and 25:35 for a 01:35 the next morning as the date is referred to the start of the duty.
The StartTime and EndTime fields are currently set as numbers with input mask ‘00:00;0;_’
I need to calculate the time difference between EndTime and StartTime in hh:mm
E.G.
StartTime 20:30 and End Time 23:30 = Duration 03:00
StartTime 20:30 and End Time 24:15 = Duration 04:15
Can I get some help with the calculation to time difference in this scenario!
The StartTime and EndTime fields are currently set as numbers with input mask ‘00:00;0;_’
I need to calculate the time difference between EndTime and StartTime in hh:mm
E.G.
StartTime 20:30 and End Time 23:30 = Duration 03:00
StartTime 20:30 and End Time 24:15 = Duration 04:15
Can I get some help with the calculation to time difference in this scenario!