The date stored in my db is in the following format:
2011-06-10 17:15:26.000
2011-06-10 17:15:27.000
2011-06-10 17:15:28.000
2011-06-10 17:15:29.000
However I intend to retrieve the date above using the format below:
2011-06-10
How is it done?
Your help is kindly appreciated.