PHP – readable datetime format by Arvil published => April 26th 2020 $date = new \DateTime('now'); echo $date->format('F j g:i:a') #outputs: April 26 7:53:pm