|
|
|
PHP ถ้าจะดึง DATETIME มาแค่ วันที่อย่างเดียวตามรูป ต้องเขียนมายังไงหรอครับ |
|
|
|
|
|
|
|
สามารถทำได้ทั้งที่ MySQL หรือ PHP ครับ
SQL MYSQL DATE_FORMAT
SQL DATE , DAY , MONTH , YEAR
Code (PHP)
$strYear = date("Y",strtotime($strDate))+543;
$strMonth= date("n",strtotime($strDate));
$strDay= date("j",strtotime($strDate));
$strHour= date("H",strtotime($strDate));
$strMinute= date("i",strtotime($strDate));
$strSeconds= date("s",strtotime($strDate));
|
|
|
|
|
Date :
2013-07-28 15:42:23 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 01
|