<?php echo date('Y-m-d',strtotime ( "+1 day")) //加一天 echo date('Y-m-d',strtotime ( "-1 day")) //加一天 ?>