I get data from a database in YYYY-mm-dd format, but I want to show just dd.mm (example – I get 2010-05-28; I want to show 28.05)
Could you help me?
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 use the
date_formatfunction to format the data as it comes out of the database. For example: