<?php$fecha=new DateTime;$fecha->modify("+1 month -1 week +3 year");echo $fecha2->format("d / m / y H:i:s");?>