I need to get time sum in normal format, im trying like this
$total_extra += $arr['extra'][$i]
echo $total_extra;
['extra']
time format is example "10:30"
I getting only hours in sum without min example "20", but i need full sum format like in "hours:mins"