Help for this page

Select Code to Download


  1. or download this
    $check = TRUE if ((HOLIDAY) || ($time <= 1800));
    
  2. or download this
    ((HOLIDAY) || ($time <= 1800)) ? $check = TRUE : $check = FALSE;