Все переводы

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

Сообщение

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

СообщениеТекущий текст
 ист. английский (en)// time point marking the beginning of the interval
   // i.e. "today, at HH:MM". All dates are in UTC!
   var date_start = new Date(date);
   date_start.setHours(9);
   date_start.setMinutes(30);
 ист. русский (ru)// time point marking the beginning of the interval
   // i.e. "today, at HH:MM". All dates are in UTC!
   var date_start = new Date(date);
   date_start.setHours(9);
   date_start.setMinutes(30);