convert minutes in hours and minutes in php
<html>
<body>
<?php
$minutes=127;
$hours = floor($minutes / 60);
$min = ($minutes % 60);
echo $hours.”:”.$min ;
?>
</body>
</html>
How to convert minutes in hours and minutes in php?
$minutes=127;
$hours = floor($minutes / 60);
$min = ($minutes % 60);
echo $hours.”:”.$min ;
?>
</body>
</html>
wpcodekit Website Designers is one of the best website designing company in punjab 2020. We create beautiful looking, fast and secure websites.We are create professional websites in punjab since 2016.