MySQL Forums
Forum List  »  Knowledge Base

Re: Date Format
Posted by: Simon Emms
Date: February 16, 2009 05:04AM

I'm not familiar with ASP, but it should make any difference if you're using MySQL. When you query the database, query this....

SELECT DATE_FORMAT(dateindatabase, '%d/%m/%Y') AS date FROM whereveryouwant

============================
http://www.real-ale-shop.com

Options: ReplyQuote


Subject
Views
Written By
Posted
7732
January 29, 2009 06:24AM
Re: Date Format
4119
February 16, 2009 05:04AM
3276
March 18, 2009 01:12PM
2365
June 19, 2009 09:56AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.