fork download
  1. <?php
  2.  
  3. $amanha = date("d/m/Y", time() + 86400 * 30);
  4. echo $amanha;
Success #stdin #stdout 0.03s 25968KB
stdin
Standard input is empty
stdout
09/12/2024