Hello,
I'm returning results from a database but they are showing as yyyy/mm/dd
I would like them to display as dd/mm/yyyy is there a simple way to format $newrow5 to do this.
while ($newrow5 = mysql_fetch_array($result5))
{
echo "Starts on the: {$newrow5}";
}
thanks in advance,
Tom.