コードをコピーします コードは次のとおりです:
date_default_timezone_set('PRC') //デフォルトのタイムゾーン
echo "Today:",date("Y-m-d",time(); ),"
";
echo "今日:",date("Y-m-d",strtotime("2008 年 6 月 18 日")),"
";
echo "昨日:",date("Y-m-d"; ",strtotime(" -1 日")), "
";
echo "明日:", date("Y-m-d",strtotime("+1 日")), "
";
echo "1 週間後:" ",date("Y-m-d",strtotime("+1 週間")), "
";
echo "1 週間、2 日、4 時間 2 秒後:", date("Y-m-d G:H:s" ,strtotime("+1 週間 2 日 4 時間 2 秒")), "
"
echo "来週の木曜日:",date("Y-m-d",strtotime( "来週の木曜日")), "< ;br>";
echo "最後の月曜日:".date("Y-m-d",strtotime("最後の月曜日"))."
"; :".date("Y-m-d" ,strtotime("先月"))."
";
echo "1 か月後:".date("Y-m-d",strtotime("+1 か月"))。 "
";
echo "10 年後:".date("Y-m-d",strtotime("+10 year"))."
";日付と今日の間には日数が残っています
echo (strtotime('2020-5-20′)-strtotime(date(“Y-m-d ”)))/86400; ?>
上記は、pimchanok leuwisetpaibul php の前日または翌日の日付と、pimchanok leuwisetpaibul の内容を紹介しています。PHP チュートリアルに興味のある友人の参考になれば幸いです。