|
|
|
สอบถามเรื่องวิธีการเอาค่าสองค่าคือวัน กับ จำนวนชั่วโมง มาคูณกันยังไงเหรอครับ |
|
|
|
|
|
|
|
Code (PHP)
$myday = round(abs(strtotime("$rows_course_subject[begin_date]") - strtotime("$rows_course_subject[end_date]"))/60/60/24+1);
// วันที่ได้มา
$myhour = diff2time($time_a,$time_b);
// ชั่วโมงที่ได้มา
$mysummary = ($myday * 24) + $myhour;
|
|
|
|
|
Date :
2015-03-10 16:12:45 |
By :
progamer2000 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 04
|