Exemplo n.º 1
0
 function deductibleHours($time)
 {
     $min = ceil(tool::deductibleSeconds($time) / 60);
     return tool::numberRound($min / 60, 2);
 }