I have a MySQL varchar column full with dates stored in dd-M-yyyy format. E.g:
Row 1: 12-jan-2010
Row 2: 23-jun-2016
What’s the best way to convert this to mySQL datetime format using php?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Can be done without using php: