fork(3) download
  1. <?php
  2.  
  3. $time = 1400;
  4. echo "The time is: ".date('h:i A', strtotime($time));
  5.  
  6. ?>
Success #stdin #stdout 0.01s 20520KB
stdin
Standard input is empty
stdout
The time is: 02:00 PM