<?php $a = "00:20"; $b = "00:15"; date_default_timezone_set("UTC"); echo date("H:i", strtotime($a) + strtotime($b)); echo "\n\n"; echo date("H:i", strtotime($a) - strtotime($b));
You have javascript disabled. You will not be able to edit any code.