function thai_date_format($yyyymmdd,$style='f',$fullyear=true,$time=false)
{
$_dateSet=explode("-",substr($yyyymmdd,0,10));
if($fullyear)
$year=$_dateSet[0]+543;
else
{
$year=$_dateSet[0]+543;
$year=substr($year,2);
}
if($style=='s')
$thaimonth = array('ม.ค.','ก.พ.','มี.ค.','เม.ย.','พ.ค.','มิ.ย.','ก.ค.','ส.ค.','ก.ย.','ต.ค.','พ.ย.','ธ.ค.');
else
$thaimonth = array('มกราคม','กุมภาพันธ์','มีนาคม','เมษายน','พฤษภาคม','มิถุนายน','กรกฎาคม','สิงหาคม','กันยายน','ตุลาคม','พฤศจิกายน','ธันวาคม');
$isThaiFormat=$_dateSet[2]." ".$thaimonth[$_dateSet[1]-1]." ".$year;
if($time)
$isThaiFormat.=" ".substr($yyyymmdd,10);
return $isThaiFormat;
}
function DateDiff($strDate1,$strDate2)
{
return (strtotime($strDate2) - strtotime($strDate1))/ ( 60 * 60 * 24 ); // 1 day = 60*60*24
}
?>
Notice: Undefined index: userid in /var/www/clients/client2/web12/web/dash/pages/ipd/ipd-all-ward-ratio.php on line 11
Notice: Undefined index: username in /var/www/clients/client2/web12/web/dash/pages/ipd/ipd-all-ward-ratio.php on line 12
Notice: Undefined index: password in /var/www/clients/client2/web12/web/dash/pages/ipd/ipd-all-ward-ratio.php on line 13
Notice: Undefined index: prename in /var/www/clients/client2/web12/web/dash/pages/ipd/ipd-all-ward-ratio.php on line 14
Notice: Undefined index: name in /var/www/clients/client2/web12/web/dash/pages/ipd/ipd-all-ward-ratio.php on line 15
Notice: Undefined index: surname in /var/www/clients/client2/web12/web/dash/pages/ipd/ipd-all-ward-ratio.php on line 16
Notice: Undefined index: position_code in /var/www/clients/client2/web12/web/dash/pages/ipd/ipd-all-ward-ratio.php on line 17
Notice: Undefined index: position_name in /var/www/clients/client2/web12/web/dash/pages/ipd/ipd-all-ward-ratio.php on line 18
Notice: Undefined index: dep_code in /var/www/clients/client2/web12/web/dash/pages/ipd/ipd-all-ward-ratio.php on line 19
Notice: Undefined index: depart_name in /var/www/clients/client2/web12/web/dash/pages/ipd/ipd-all-ward-ratio.php on line 20
Notice: Undefined index: position_type_name in /var/www/clients/client2/web12/web/dash/pages/ipd/ipd-all-ward-ratio.php on line 21
Fatal error: Uncaught Error: Call to undefined function DateDiff() in /var/www/clients/client2/web12/web/dash/pages/ipd/ipd-all-ward-ratio.php:24
Stack trace:
#0 {main}
thrown in /var/www/clients/client2/web12/web/dash/pages/ipd/ipd-all-ward-ratio.php on line 24