fork download
  1. <?php
  2.  
  3. $yourDate = '21-02-15 08:00'; // $post->EE_Event->primary_datetime()->start_date_and_time()
  4. $date = DateTime::createFromFormat('j-m-y G:i', $yourDate);
  5. echo $date->format('G:i dS F, Y');
Success #stdin #stdout 0.01s 20520KB
stdin
Standard input is empty
stdout
8:00 21st February, 2015