How do I format a date column in MySQL?

Posted by Ayyappan.Anbalagan on Stack Overflow See other posts from Stack Overflow or by Ayyappan.Anbalagan
Published on 2010-05-10T11:23:41Z Indexed on 2010/05/10 11:44 UTC
Read the original article Hit count: 243

Filed under:

My query returns the row value as "2/27/2010 12:00:00 AM" but I need to get "2/27/2010". What do I use to get the format as I need it for MySQL?

© Stack Overflow or respective owner

Related posts about mysql