Gentlemen I am making a query to a table with Eloquent ... and between the fields that I want to consult this one of date, as I do so that in full consultation to bring the date formatted? Ex:
$consulta=Ejemplo::select('fecha')->find($id);
I am looking for the date field but it is in mm-dd-yyyy, I want to present it as dd-mm-yyyy as it is done?