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

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -