Вот мой код:
Код: Выделить всё
jQuery(document).ready(function () {
'use strict';
jQuery.datetimepicker.setLocale('cs');
jQuery('#startDate, #endDate').datetimepicker({
format: 'd.m.Y H:i',
firstDay: 1,
step: 15
});
});
Подробнее здесь: https://stackoverflow.com/questions/490 ... ay-of-week
Мобильная версия