I got a very simple MySQL query:
'SELECT * FROM `mytable`' One of the columns in mytable is a date column. When I use the query above, I get the date as a date and time togather. Is there a way to receive all records like I'm doing with the above query, using *, but change only the date format to have the date only without the time?