Translations:Rule Examples/51/en

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