|
|
|
ช่วยเกี่ยวกับการเพิ่มวันที่ให้ทีครับ กัับฟังก์ชั่น strtotime |
|
|
|
|
|
|
|
strotime น่าจะเขียนผิดนะ ที่ถูกน่าจะตัวนี้ strtotime()
|
|
|
|
|
Date :
2012-08-31 12:21:22 |
By :
phpbasic |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ผมแก้แล้วครับ ก็ยังเป็นเหมือนเดิม - -"
|
|
|
|
|
Date :
2012-08-31 14:04:50 |
By :
วัน |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (PHP)
<?php
echo date('Y-m-d',strtotime('+1 month'))."<br>";
echo date('Y-m-d',strtotime("now"))."<br>";
echo date('Y-m-d',strtotime("10 September 2000"))."<br>";
echo date('Y-m-d',strtotime("+1 day"))."<br>";
echo date('Y-m-d',strtotime("+1 week"))."<br>";
echo date('Y-m-d',strtotime("+1 week 2 days 4 hours 2 seconds"))."<br>";
echo date('Y-m-d',strtotime("next Thursday"))."<br>";
echo date('Y-m-d',strtotime("last Monday"))."<br>";
echo date("Y-m-d H:i:s", mktime(date("H"), date("i")+0, date("s")+0, date("m")+0 , date("d")+0, date("Y")+0))."<br>";
?>
|
|
|
|
|
Date :
2012-08-31 14:19:36 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 02
|