Skip to content

Instantly share code, notes, and snippets.

@AucT
Created December 19, 2016 17:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AucT/b782128b739c8e093db1fc8bb31eaed3 to your computer and use it in GitHub Desktop.
Save AucT/b782128b739c8e093db1fc8bb31eaed3 to your computer and use it in GitHub Desktop.
<?php
//Add 1 year
$future = date('Y-n-j', mktime(0,0,0, date('m'), date('d'), date('Y')+1));
echo $future;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment