Zeitunterschied in HH: MM Format PHP

Wie kann ich das ausgeben

HH: MM-Format?

 $to_time = strtotime("2008-12-13 10:42:00");  <--AM
 $from_time = strtotime("2008-12-14 8:21:00");  <-- PM
 $stat = round(abs($to_time - $from_time) / 60,2). "min";

was ich davon habe, ist 1299 Minuten

aber ich kann nicht herausfinden, wie man es ausgibt

21h: 41m

Antworten auf die Frage(2)

Ihre Antwort auf die Frage