fork(6) download
  1. <?php
  2.  
  3. // your code goes here
  4. $date = new \DateTime('next monday');
  5.  
  6. echo $date->format( 'Y-m-d H:i:s');
Success #stdin #stdout 0.01s 20568KB
stdin
Standard input is empty
stdout
2014-07-07 00:00:00