|
|
|
function datethai ตัวนี้ผิดตรงไหนครับ ผิดตรงไหน ช่วยดูหน่อยครับ function datethai($date) |
|
|
|
|
|
|
|
ผิดตรงไหน ช่วยดูหน่อยครับ
<?
function datethai($date)
{
$day =substr("$date",6,2);
$month = substr("$date",4,2);
$month = (int)$month - 1;
$year = substr("$date",0,4);
$year = $year + 543;
$thaimonth =array("Á.¤.","¡.¾.","ÁÕ.¤.","àÁ.Â.","¾.¤.","ÁÔ.Â.","¡.¤.","Ê.¤.","¡.Â.","µ.¤.","¾.Â.","¸.¤.");
$month = $thaimonth[$month];
return (int)$day." ".$month." ".$year;
}
?>
<?
echo ".datethai('$date')";
?>
Tag : - - - -
|
|
|
|
|
|
Date :
20 ม.ค. 2549 15:56:59 |
By :
wanwan6760 |
View :
2657 |
Reply :
2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$month = substr("$date",4,2);
ทำไมต้องมี " " ด้วยล่ะครับ เอาเป็นแบบนี้เลย
$month = substr($date,4,2);
|
|
|
|
|
Date :
20 ม.ค. 2549 17:55:03 |
By :
noomna19 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 03
|