Skip to content

Instantly share code, notes, and snippets.

@johnsiwicki
Created April 23, 2015 20:31
Show Gist options
  • Select an option

  • Save johnsiwicki/dfc97a154f98c736c375 to your computer and use it in GitHub Desktop.

Select an option

Save johnsiwicki/dfc97a154f98c736c375 to your computer and use it in GitHub Desktop.
php show on certain days/months ever year
<?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