"; echo "今天:",date("Y-m-d",strtotime("18 june 2008")),"
";"/>
"; echo "今天:",date("Y-m-d",strtotime("18 june 2008")),"
";">
複製程式碼 程式碼如下:
date_default_timezone_set(php
date_default_timezone_set('PRC'); "今天:",date("Y-m-d",time()),"
";
echo "今天:",date("Y-m-d",strtotime("18 june 2008")),"
";
echo "昨天:",date("Y-m-d",strtotime("-1 day")), "
";
echo "明天:",date("Y-m-date("Y-m-date" ("+1 day")), "
";
echo "一週後:",date("Y-m-d",strtotime("+1 week")), "
"; echo "一週零兩天四小時兩秒後:",date("Y-m-d G:H:s",strtotime("+1 week 2 days 4 hours 2 seconds")), echo "下個星期四:",date("Y-m-d",strtotime("next Thursday")), "
";
echo "上個週一:".date("Y-m-d",strtotime("lastd",strtotime("lastd",strtotime("lastd",strtotime("lastd",strtotime("lastd",strtotime("lastd",strtotime("lastd",strtotime("lastd",strtotime("lastd",strtotime("lastd",strtotime(" Monday"))."
";
echo "一個月前:".date("Y-m-d",strtotime("last month"))."
";
echo "一個月後:".date("Y-m-d",strtotime("+1 month"))."
";
echo "十年後:".date("Y-m-d",strtotime("+10 year" ))."
";
?>
php判斷一個日期距今天還有多少天
複製代碼 程式碼如下:
echo (strtotime('2020-5-20′)-strtotime(date(“Y-m-d”)))/86400;