PHP Display Server Date and Time

Display Server Date and Time

<?php 
$date_time = date('l\ M\ d,\ Y\ \@\ g:i A');
echo ($date_time); 
?>