|
|
|
อยากแปลงรูปแบบวันที่ครับจาก 01-12-2008 เป็น 1 ธันวาคม 2551 ครับ |
|
|
|
|
|
|
|
$today_date = 2008-12-24
$ThaiMonth = array("", "ม.ค.","ก.พ.","มี.ค.","เม.ย.","พ.ค.","มิ.ย.","ก.ค.","ส.ค.","ก.ย.","ต.ค.","พ.ย.","ธ.ค." );
$today_explode = explode("-", $date_today);
$today_year = $today_explode[0]+543;
$today_month = $today_explode[1];
$today_day = $today_explode[2];
$month_today = $ThaiMonth[$today_month];
echo "$today_day $month_today $today_year";
output 24 ธ.ค. 2551
ลองไปดันแปลงดูนะครับ
|
|
|
|
|
Date :
24 ธ.ค. 2551 16:55:07 |
By :
Mal2s |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 02
|