fork download
  1. <?php
  2.  
  3. // your code goes here
  4. $today = new \DateTime();
  5. Echo $today >= (new \DateTime('16:03:00')) && $today <= (new \DateTime('23:00:00'));
Success #stdin #stdout 0s 82624KB
stdin
Standard input is empty
stdout
1