Searched refs:allowTimes (Results 1 – 1 of 1) sorted by relevance
474 allowTimes: [], property in default_options920 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();