ホームページ  >  記事  >  php教程  >  php日期按照年月日相加

php日期按照年月日相加

WBOY
WBOYオリジナル
2016-06-06 19:53:511951ブラウズ

当前时间增加一天:ecchodate('Y-m-d',strtotime(+1day)) 当前时间增加一月:strtotime(+1month) 当前时间增加一年:strtotime(+1year) 当前时间增加一秒:strtotime(+1seconds) 已有时间增加一天: $d='2012-10-11'; ecchodate('Y-m-d',strtotime({$d}+1day

当前时间增加一天: eccho date('Y-m-d',strtotime("+1 day"))

当前时间增加一月: strtotime("+1 month")

当前时间增加一年: strtotime("+1 year")

当前时间增加一秒: strtotime("+1 seconds")

已有时间增加一天: 

$d='2012-10-11';

eccho date('Y-m-d',strtotime("{$d} +1 day"));

更多的有

echo   strtotime( 'yesterday ') 
echo   date( "Ymd ",strtotime( 'last   week '));

声明:
この記事の内容はネチズンが自主的に寄稿したものであり、著作権は原著者に帰属します。このサイトは、それに相当する法的責任を負いません。盗作または侵害の疑いのあるコンテンツを見つけた場合は、admin@php.cn までご連絡ください。