My Code is :
$hm = strtotime(’33:00:00′)-strtotime(’00:30:00′);
$hms = gmdate(“H:i:s”, $hm);
i need the output is 32:30:00
Blancer.com Tutorials and projects
Freelance Projects, Design and Programming Tutorials
My Code is :
$hm = strtotime(’33:00:00′)-strtotime(’00:30:00′);
$hms = gmdate(“H:i:s”, $hm);
i need the output is 32:30:00