Skip to content

Instantly share code, notes, and snippets.

@vlrmprjct
Created July 25, 2017 09:38
Show Gist options
  • Save vlrmprjct/8fe77d0820a7e5ee470bf91d15f4ee0c to your computer and use it in GitHub Desktop.
Save vlrmprjct/8fe77d0820a7e5ee470bf91d15f4ee0c to your computer and use it in GitHub Desktop.
Collection of some date functions
// Calc current date + 7 days
print date('M d, Y', strtotime('+7 days') );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment