Ver originalfunction FormatearFecha($fechaFormateada){$FechaFormateada = new DateTime($fechaFormateada); return $FechaFormateada->format('d/m/Y');}