$fecha_hoy = new DateTime;$fecha_inicial= new DateTime();$fecha_inicial->modify("-120 days");echo $fecha_inicial->format("d/m/Y");