Help for this page

Select Code to Download


  1. or download this
    if(HOLIDAY){
    $check = TRUE;
    ...
    elsif ( $time <= 1800){
    $check = TRUE;
    }
    
  2. or download this
    $check = TRUE if ((HOLIDAY) or ($time <= 1800))