fork(107) download
  1. <?php
  2.  
  3. $rawDate = '4/23/2012';
  4.  
  5. echo date('N', strtotime($rawDate));
  6. ?>
Success #stdin #stdout 0.02s 13112KB
stdin
Standard input is empty
stdout
1