Find time difference in minutes with php or mysql

ClassicaL

New Member
I have two data inputs where you can enter start time and finish time.for example\[code\]start_time 13:00finish_time 14:40\[/code\]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?
 
Back
Top