Posted: Tue Nov 29, 2005 3:25 am
I noticed another goof-up
I had posted the example for POST scenario...
OK, nevermind....
Code: Select all
$myDate = $POST['date']; //remove this line...
print "Formatted Date → ".date(''D jS M y', strtotime($r['date'])); //change this line...