Code: Select all
$myDate = $POST['date']; //remove this line...
print "Formatted Date → ".date(''D jS M y', strtotime($r['date'])); //change this line...Moderator: General Moderators
Code: Select all
$myDate = $POST['date']; //remove this line...
print "Formatted Date → ".date(''D jS M y', strtotime($r['date'])); //change this line...