fork(1) download
  1. <?php
  2.  
  3. $date = '2013-06-03 00:18:32';
  4.  
  5. echo date("m d, Y", strtotime($date));
  6.  
Success #stdin #stdout 0.01s 20520KB
stdin
Standard input is empty
stdout
06 03, 2013