the answer to this i found on SiePoint forum.......
<?
$olddate = "10/22/2006"; // Or any other valid date format
$newdate = date("l dS F Y", strtotime($olddate));
echo $newdate;
?>
This will change any date into any other format...really simple and really cool!
My new web design domain
www.askmultimedia.co.uk