![]() |
kujox 3/3/2012 |
Dear all, On my List page I have Total of time. How can I get this Total per page only in hours and minutes (hhh:mm) For example: time of row1 = 20:30:00 time of row2 = 80:00:00 Total should be: 100:30:00, instead of 4d 04:30:00 Please help me
SELECT TIMEDIFF( end_time , start_time ) AS time FROM table
|