Translations:Rule Examples/149/en: различия между версиями

Материал из Wiren Board
(Новая страница: «// option 1: what if it's now the day of "end" date? // in this case the following is enough: if (now < end_date) { return true; }»)
 
(нет различий)

Текущая версия на 21:01, 21 сентября 2022

Определение сообщения (Rule Examples)
// option 1: what if it's now the day of "end" date?
     // in this case the following is enough:
     if (now < end_date) {
       return true;
     }

// option 1: what if it's now the day of "end" date?

     // in this case the following is enough:
     if (now < end_date) {
       return true;
     }