I am struggling with one issue in mysql.
Can anyone please suggest me, How to convert any date format to "dd/mm/yyyy" in mysql.
I am struggling with one issue in mysql.
Can anyone please suggest me, How to convert any date format to "dd/mm/yyyy" in mysql.
2
Answers
You need to add a predefined function in the query.
try this: