<?php echo date('Y/m/d H:i:s', strtotime('-1 day')); // 昨日の日付 echo date('Y/m/d H:i:s', strtotime('+1 day')); // 明日の日付 echo date('Y/m/d H:i:s', strtotime('-1 month')); // 1か月前 echo date('Y/m/d H:i:s', strtotime('+1 month')); // 1カ月後 echo date('Y/m/d H:i:s', strtotime('-1 year')); // 1年前 echo date('Y/m/d H:i:s', strtotime('+1 year')); // 1年後 ?> <?php echo date("YmdHis",getDay(-1)); // 昨日の日付 echo "<b