fork download
  1. <?php
  2.  
  3. $today = new DateTime();
  4. $date = new DateTime('2022-05-25');
  5.  
  6. $interval = $today->diff($date);
  7. echo $interval->format("%r%a");
  8.  
Success #stdin #stdout 0.02s 26156KB
stdin
Standard input is empty
stdout
-41