Help for this page

Select Code to Download


  1. or download this
    if ( $today > $start && $today < $stop ) {
      if ( $today!= $notthisday[0] ) {            
    ...
        }
      }
    }
    
  2. or download this
    if ( $today > $start && $today < $stop &&
         $today != $notthisday[0] &&
    ...
         $day == $dayofmon[1] ) { 
         print "$today is the day.";
    }