date("Y-m-d H:i:s",strtotime("+1 month")) 下个月今天此时
$stime = strtotime('2019-11-11'); date("Y-m-d H:i:s",strtotime("+1 month",$stime)) 距离某日期开始,下个月该时间