$time1 = "24:00" //in hours:minutes
$time2 = "18:32"// in hours:minutes
---------
$difference = "5:28"
----------
I need difference look like that.(difference = 5:28) what can I do in php. The values are time durations, not dates and the other post does not answer my question.
I was stuck with that simple calculation.