|
|
|
?? ใช้ function getthaidate นี้แต่คืนค่ามาเป็น 1 มค. 2513 ?? |
|
|
|
|
|
|
|
ใช้ฟังก์ชั่นนี่หล่ะครับแต่ กลับมาเป็น 1 มค. 2513 ไม่เข้าใจเลยครับว่าผิดตรงไหน ????? รบกวนท่านผู้รู้ด้วยครับผม
<?php echo getthaidate($x_date); ?>
function getthaidate($today)
{
$ThaiSubMonth = array("", "มค.","กพ.","มีค.","เมย.","พค.","มิย.","กค.","สค.","กย.","ตค.","พย.","ธค." );
$day =(integer)date("d", $today);
$month = (integer)date("m", $today); //ฟังก์ชั่น date จะคืนค่าเดือนเป็นเลข 2 หลัก ให้แปลงเป็นเลขหลักเดียว
$year = date("Y", $today) +543;
return($day." ".$ThaiSubMonth[$month]." ".$year);
};
Tag : - - - -
|
|
|
|
|
|
Date :
18 เม.ย. 2549 10:43:49 |
By :
pokman |
View :
2360 |
Reply :
2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
function getthaidate($today)
{
$ThaiSubMonth = array("", "มค.","กพ.","มีค.","เมย.","พค.","มิย.","กค.","สค.","กย.","ตค.","พย.","ธค." );
$day =date("d");
$month = (integer)date("m");
$year = date("Y")+543;
return($day." ".$ThaiSubMonth[$month]." ".$year);
};
|
|
|
|
|
Date :
18 เม.ย. 2549 13:00:45 |
By :
ปุด |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณคุณปุดครับ เดี๋ยวลองดูเลยครับ
|
|
|
|
|
Date :
18 เม.ย. 2549 17:02:19 |
By :
pokman |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 04
|