fork download
  1. <?php
  2.  
  3. $d = new DateTime('first monday january '.date('Y'));
  4. echo $d->format("W");
  5.  
  6.  
Success #stdin #stdout 0.02s 13064KB
stdin
Standard input is empty
stdout
01