July 13, 2011 2:38 am
show code
<?php
echo
date
(
"F j, Y g:i a"
,
strtotime
(
"2011-07-13 02:38:31"
));
?>