Skip to content

Instantly share code, notes, and snippets.

@cagartner
Created May 7, 2013 17:01
Show Gist options
  • Save cagartner/5534258 to your computer and use it in GitHub Desktop.
Save cagartner/5534258 to your computer and use it in GitHub Desktop.
Adicionar meses a uma data PHP
$agora = time();
$mesQueVem = strtotime('+1 month', $agora);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment