fork download
  1. <?php
  2.  
  3. $current_time = date("Y-m-d H:i:s");
  4. $tomorrow = date('Y-m-d',strtotime($current_time . "+60 days"));
  5. echo $tomorrow;
Success #stdin #stdout 0.02s 25756KB
stdin
Standard input is empty
stdout
2022-10-16