Created
July 25, 2017 09:38
-
-
Save vlrmprjct/8fe77d0820a7e5ee470bf91d15f4ee0c to your computer and use it in GitHub Desktop.
Collection of some date functions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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