fork(3) download
  1. <?php
  2. $dt = new DateTime("2011-07-02T00:00:00+02:00");
  3.  
  4. echo $dt->format("l, d F Y");
  5. ?>
Success #stdin #stdout 0.02s 13112KB
stdin
Standard input is empty
stdout
Saturday, 02 July 2011