|
|
|
จะดึงข้อมูลที่เป็น datetime มาแสดงผล โดยแยกการแสดงผลเป็น ว/ด/ป กับ ชม/นาที/วินาที |
|
|
|
|
|
|
|
<?php
$arrshowdate=explode("-",str_replace(" ","-",$ptseo["showdate"]));
echo $arrshowdate[2];
echo $arrshowdate[1];
echo $arrshowdate[0];
echo $arrshowdate[3];
?>
|
|
|
|
|
Date :
2010-10-08 18:33:51 |
By :
PlaKriM |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ลองดูอีกแบบ
Code (PHP)
<?
echo date("d",strtotime($ptseo["showdate"]));
echo date("m",strtotime($ptseo["showdate"]));
echo date("Y",strtotime($ptseo["showdate"]));
echo date("H",strtotime($ptseo["showdate"]));
echo date("i",strtotime($ptseo["showdate"]));
echo date("s",strtotime($ptseo["showdate"]));
?>
|
|
|
|
|
Date :
2010-10-08 18:52:30 |
By :
heng |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 01
|