fork download
  1. <?php
  2. $edit1="2019-09-01";
  3. $res0=strtotime($edit1);
  4. $res=strtotime("-1 days",$res0);
  5. echo date("Y-m-d",$res);
  6. ?>
Success #stdin #stdout 0.02s 24700KB
stdin
Standard input is empty
stdout
2019-08-31