Все переводы

Введите имя сообщения для показа всех доступных переводов.

Сообщение

Найдено 2 перевода.

СообщениеТекущий текст
 ист. английский (en)// 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;
     }
 ист. русский (ru)// 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;
     }