I have two data inputs where you can enter start time and finish time.
for example
start_time 13:00
finish_time 14:40
The entry will be always the format of HH:MM.
I’d like to find the time difference, in this case 100 minutes.
What is the best way to do it?
You could use diff within DateTime.