コード例 #1
0
ファイル: tool.inc.php プロジェクト: pmtool/pmtool
 function deductibleHours($time)
 {
     $min = ceil(tool::deductibleSeconds($time) / 60);
     return tool::numberRound($min / 60, 2);
 }