I am displaying some records from mySQL from php and one of the fields I echo out is a date field but it currently prints out the time at the end to.
How can I just
echo date('d-m-Y', strtotime($queryresult) );
All date formatting options can be found here: http://nl3.php.net/manual/en/function.date.php