fork(5) download
  1. <?php
  2.  
  3. $dob = '2013-01-12';
  4.  
  5. echo date('M Y', strtotime($dob));
Success #stdin #stdout 0.01s 20520KB
stdin
Standard input is empty
stdout
Jan 2013