<? function calc_leave($leave_start,$leave_end) { $y_start=date("Y",strtotime($leave_start)); $m_start=date("m",strtotime($leave_start)); $d_start=date("d",strtotime($leave_start)); $y_end=date("Y",strtotime($leave_end)); $m_end=date("m",strtotime($leave_end)); $d_end=date("d",strtotime($leave_end)); $date_total=((strtotime($y_end."-".$m_end."-".$d_end) - strtotime($y_start."-".$m_start."-".$d_start))/(60*60*24)); $h_start=date("H",strtotime($leave_start)); $h_end=date("H",strtotime($leave_end)); $h_total=$h_end-$h_start; if(($h_start==9)&&($h_end==18)) { $h_total=1; } elseif(($h_start<12)&&($h_end>12)) { $h_total--; $h_total=($h_total*0.125); } elseif($h_total<0) { $date_total--; $h_start=18-$h_start; $h_end=$h_end-9; $h_total=($h_end+$h_start)*0.125; } elseif($h_total>0) { $h_total=($h_total*0.125); } return $date_total+$h_total; } ?>
<?error_reporting(1);?> <? include("calc_leave.php"); $leave_start="2011-03-27 09:00:00"; $leave_end="2011-03-28 18:00:00"; echo calc_leave($leave_start,$leave_end); ?>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง