I have a unix timestamp that I would like to convert using mysql if possible. I’d like to have:
Mon. May 21st 2009
I can of course do this with PHP but why if I can have the database do it. Does a function exist for this?
Thanks.
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 can look at FROM_UNIXTIME()
To see what specifier you can use, there’s a table at this location.