I have 2 time fields: StartTime and EndTime.
I want a third field (TotalTime) to Automatically calculate the value of EndTime minus StartTime and display the result in an HH:MM (short time) format.
How do I do this?