fork download
  1. <?php
  2.  
  3. $date = '16:24:17';
  4.  
  5. echo date('h:i:s a', strtotime($date));
Success #stdin #stdout 0.03s 26244KB
stdin
Standard input is empty
stdout
04:24:17 pm