$now = new DateTime; $ago = new DateTime($someTimeAgo); $diff = $now->diff($ago); $formattedTime = $diff->format('%H:%I:%S');