Hi not sure if this is the right forum for this but does anyone know the formula for converting decimal time in to hours and minutes ?
IE 1.4 = 1hr 24mins
thanks for any help and sorry if its the wrong forum
$decTime = 1.4;
$hour = floor($decTime);
$min = round(60*($decTime-$hour));
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With