Translations:Rule Examples/149/en

Материал из Wiren Board
Версия от 21:01, 21 сентября 2022; Matveevrj (обсуждение | вклад) (Новая страница: «// 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;
     }