|
|
|
กรอกข้อมูลวันที่แล้วมันแสดงผล ไม่ตรงตามที่ต้องการครับ มีวีธีแก้มั้ย |
|
|
|
|
|
|
|
ใช้ ฟังชั่นดูครับ
Code (PHP)
<?
function Newdate($convD) {
$GGyear=substr($convD,5,4);
$GGmonth=substr($convD,3,1);
$GGdate=substr($convD,0,2);
$Buffdate=$GGyear."/".$GGmonth."/".$GGdate;
return $Buffdate;
}
echo Newdate(ค่าวันที่);
?>
|
|
|
|
|
Date :
2011-06-07 20:55:57 |
By :
slurpee55555 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
เอาแค่ใส่เป็น พ.ศ. นี่ข้อมูลก็ผิดแล้วอะครับ
|
|
|
|
|
Date :
2011-06-07 22:04:57 |
By :
PlaKriM |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 03
|