とある技術者の備忘録的情報

タグ:加算

PHPでの日付加算、減算

よく忘れがちなので、メモ。// 現在日付からの加算echo "1日後" . date("Y/m/d", strtotime("1 day" ));ec…

詳細を見る

スポンサードリンク