How can I format timestamp, generated by MySQL into “August 17, 2010 7:15 am”?
Share
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.
You should check out
DATE_FORMAT():See SQL Fiddle with Demo
If you have multiple fields that you need to format, then you will still use the Date_format: