How can I get the date from the server using PHP in this format?
Aug 09, 2000 - 2:53PM
$date = date("M d, Y");
then somewhere print "$date";
to see why, read this :
http://www.php.net/manual/function.date.php