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

Материал из Wiren Board
(Новая страница: «// 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);»)
 
(нет различий)

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

Определение сообщения (Rule Examples)
// 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);

// 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);