from Access to MySQL date question
843854Feb 26 2005 — edited Feb 26 2005I converted my database from access to mySql (altough I believe Access did a great job) So...I realized that the date saved in MySql is in this format: yyyy-dd-mmm while my date saved on Access was dd-MMM-yy (eg 26-FEB-2005).
Question: How can I switch ALL my dates to yyyy-dd-mm??? Does MySql allow other format? I don't want to go thro the entire code (and there's a lot) and switch everything to that format.
anyone?
Thanks
Ppr