|
![](/images/resource/spacer.gif) |
|
รบกวนช่วยดูโค้ดแปลงวันที่มาจากฐานข้อมูลหน่อยค่ะ คือวันที่ 01/01/2513 ตามรูปไม่มีข้อมูล แต่เอาฟังก์ชั่น ให้แปลงเป็น ว/ด/ป |
|
![](/images/resource/viewboard_01.gif?v=1001) |
|
|
![](/images/resource/viewboard_03.gif?v=1001) |
![](/images/resource/viewboard_04.gif?v=1001) |
|
คงต้องแก้ไขฟังก์ชันนิดหน่อยครับ
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;
}
}
?>
|
![](/images/resource/blockviewtopic_01.gif?v=1001) |
![](/images/resource/blockviewtopic_02.gif?v=1001) |
![](/images/resource/blockviewtopic_03.gif?v=1001) |
![](/images/resource/blockviewtopic_04.gif?v=1001) |
Date :
2015-09-24 15:17:22 |
By :
arm8957 |
|
![](/images/resource/blockviewtopic_06.gif?v=1001) |
![](/images/resource/blockviewtopic_07.gif?v=1001) |
![](/images/resource/blockviewtopic_08.gif?v=1001) |
![](/images/resource/blockviewtopic_09.gif?v=1001) |
|
|
![](/images/resource/viewboard_06.gif?v=1001) |
![](/images/resource/viewboard_07.gif?v=1001) |
|
![](/images/resource/viewboard_08.jpg?v=1001) |
![](/images/resource/viewboard_09.gif?v=1001) |
|
|
|
![](/images/digitalocean-banner.jpg)
|
Load balance : Server 02
|