Created
April 23, 2015 20:31
-
-
Save johnsiwicki/dfc97a154f98c736c375 to your computer and use it in GitHub Desktop.
php show on certain days/months ever year
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
| <?php if ( time() >= strtotime(date('Y').'-07-11 00:01') && time() < strtotime(date('Y').'-08-31 23:59') ) | |
| { | |
| ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment