How do i format different formats of date in Mysql -
i want format
1/2/55 05/06/82 9-15-58 2/12/65 02-17-1967 2007-06-12 04/29/197
dates in mm/dd/yyyy. these in varchar now. need format , convert in date. please
you use mysql date_format() method. link: https://www.w3schools.com/sql/func_mysql_date_format.asp https://dev.mysql.com/doc/refman/5.5/en/date-and-time-functions.html
Comments
Post a Comment