I have a table in MYSQL of which 3 columns have dates and they are formatted in the not desired way.
Currently I have: mm/dd/yyyy and I want to change t
You can use the date_format() function to format your dates any way you want.
date_format()
If you want to change the format for every date on any database you work with, you should change the value of the date_format system variable.
date_format