Hi Guys,
If I'm putting a date in my webpage in a $dateone variable, in the format of YYYY-MM-DD and I want to output it in the fomat:
Monday, 4th April, 2005
On my live site, I thought i'd use this code on my template page?
<?
date("l, jS F, Y", strtotime($row[dateone]))
?>
But it does not work? Any ideas?
Thanks