$fecha_cambiada = mktime(0,0,0,date("m")-1,date("d")+9,date("Y")-1);$fecha = date("d/m/Y", $fecha_cambiada);echo $fecha; //devuelve 10/01/2004