All,
I need to retrieve the date in some specific format in MYSQL. For eg,
it should return month/year(10/2009).
My MYSQL version is 5.1.
Thanks
use DATE_FORMAT function
http://www.mysqlformatdate.com will help you use the function properly