PHP – readable datetime format

$date = new \DateTime('now');
echo $date->format('F j g:i:a')

#outputs:
April 26 7:53:pm