I am not very good with php I have the following line
$totaltime = $hours . ':' . $minutes;
Where the ':' appears I would like to have a hours I tried ' hours ' and it shows up in the front end fine, but I would also likes to add "minutes" Currently shows as 00 hours 00 I would to add minutes to the last 00