|
|
|
format วันที่แบบนี้ควรเขียนยังไงดีครับ..ผมอยากได้ format วันที่ แบบนี้อ่ะครับ 16/ก.ค./2558 พอจะมีวิธีมั้ยครับ |
|
|
|
|
|
|
|
$strYear = date("Y",strtotime($strDate))+543;
$strMonth= date("n",strtotime($strDate));
$strDay= date("j",strtotime($strDate));
$strMonthCut = Array("","ม.ค.","ก.พ.","มี.ค.","เม.ย.","พ.ค.","มิ.ย.","ก.ค.","ส.ค.","ก.ย.","ต.ค.","พ.ย.","ธ.ค.");
$strMonthThai=$strMonthCut[$strMonth];
$temp = "$strDay/$strMonthThai/$strYear";
|
|
|
|
|
Date :
2015-07-16 09:52:24 |
By :
armdbz |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<?php echo date('d/m/Y',strtotime($row['tag_bu_start'])); ?>
ของผมเป็นโค้ดแบบนี้อ่ะคับ
|
|
|
|
|
Date :
2015-07-16 10:28:17 |
By :
stepartz |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 05
|