I have 2 dates from mysql with datetime format.
Date 1 is:
"2012/09/28 09:28:00" (column name is departure_date)
and Date 2 is:
"2012/09/29 10:48:00" (column name is return_date)
So how to get a result like this: "25 hours 20 minutes"
I don't care about the seconds.
I'm using MySQL and PHP for the programming language.