Translations:Rule Examples/151/en

if (now >= start_date) {

       return true;
     }
   }
   return false;