Hi Folks,
I am looking to format dates that I have in an array to a more readable format.
This is how I am currently doing it, is there an easier way ?
$myqry="SELECT Date_Format('$Day[0]','%d/%m/%y')";
$Saturday=mysql_fetch_array(mysql_query($myqry,$db));
Cheers