fork download
  1. <?php
  2.  
  3. $date = '19:15';
  4.  
  5. echo date('g:i A', strtotime($date));
Success #stdin #stdout 0.03s 26148KB
stdin
Standard input is empty
stdout
7:15 PM