|
|
|
รบกวนช่วยดูโค้ดแปลงวันที่มาจากฐานข้อมูลหน่อยค่ะ คือวันที่ 01/01/2513 ตามรูปไม่มีข้อมูล แต่เอาฟังก์ชั่น ให้แปลงเป็น ว/ด/ป |
|
|
|
|
|
|
|
คงต้องแก้ไขฟังก์ชันนิดหน่อยครับ
Code (PHP)
<?php
function date_short_number($date){
if(empty($date) || ($date=='00-00-0000')){
return '-';
} else {
$time=strtotime($date);
$thai_date_return.=date("d",$time);
$thai_date_return.="/".date("m",$time);
$thai_date_return.= "/".substr((date("Y",$time)+543),-4);
return $thai_date_return;
}
}
?>
|
|
|
|
|
Date :
2015-09-24 15:17:22 |
By :
arm8957 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 02
|