Home
last modified time | relevance | path

Searched refs:allowTimes (Results 1 – 1 of 1) sorted by relevance

/plugin/davcal/datetimepicker-2.4.5/
H A Djquery.datetimepicker.js474 allowTimes: [], property in default_options
920 if (_options.allowTimes && $.isArray(_options.allowTimes) && _options.allowTimes.length) {
921 options.allowTimes = $.extend(true, [], _options.allowTimes);
1626 if (!options.allowTimes || !$.isArray(options.allowTimes) || !options.allowTimes.length) {
1635 for (i = 0; i < options.allowTimes.length; i += 1) {
1636 h = _xdsoft_datetime.strtotime(options.allowTimes[i]).getHours();
1637 m = _xdsoft_datetime.strtotime(options.allowTimes[i]).getMinutes();