09 September 2019

How to convert minutes in hours and minutes in php?

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>

No comments:

Post a Comment

How to create youtube videos slider with play and pause option in wordpress?

Create youtube videos slider with play and pause option in wordpress youtube videos slider Use this shortcode:- [punjab_today] function my_...