 |
|
$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 |
|
 |
 |
 |
 |
|
|
 |