|
|
|
อยากได้ตัวอย่างโค้ด นับเวลาย้อนหลังหนึ่งวันครับแนะนำหน่อยครับ ขอบคุณครับ |
|
|
|
|
|
|
|
<?
function dateEStime($theDay,$theMonth,$theYear) {
return mktime(0,0,0,$theMonth,$theDay,$theYear);
}
$date=date('Y,m,d');
$date_arr = explode(",", $date);
$day = (int)$date_arr[2];
$month = (int)$date_arr[1];
$year = (int)$date_arr[0];
//--------------
$date2=dateEStime($day-1,$month,$year);
$isdate=date("d-m-Y",$date2);
echo "เมื่อวานคือวันที่ $isdate";
?>
|
|
|
|
|
Date :
24 พ.ย. 2550 13:39:16 |
By :
hobbits |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอคุณครับ
|
|
|
|
|
Date :
26 พ.ย. 2550 16:52:04 |
By :
แดง |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 03
|