<?php $timesheet = ['duration' => '07:53:27']; vprintf('%d Hours and %d Minutes', explode(':', $timesheet['duration'], 2));
You have javascript disabled. You will not be able to edit any code.