function dia_anterior($fecha) { $sol = (strtotime($fecha) - strtotime( /* Como identifico aquí 1 dia o 24hrs? */)); return date('Y-m-d', $sol); }