Good morning / afternoon / evening
I need to select a field of TYPE DATE
in mysql, the data is in the format yyyy-mm-dd
, I need to return dd/mm/yyyy
. Is there any way to do this in select?
I have seen solutions with the date_format
function, but I did not succeed.
Thank you in advance.