Home
last modified time | relevance | path

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

/plugin/davcal/datetimepicker-2.4.5/
H A Djquery.datetimepicker.js792 _xdsoft_datetime;
827 if (_xdsoft_datetime.currentTime) {
828 …val = _xdsoft_datetime.currentTime[$(this).hasClass('xdsoft_month') ? 'getMonth' : 'getFullYear'](…
854 if (_xdsoft_datetime.currentTime === undefined || _xdsoft_datetime.currentTime === null) {
855 _xdsoft_datetime.currentTime = _xdsoft_datetime.now();
858 var year = _xdsoft_datetime.currentTime.getFullYear();
859 if (_xdsoft_datetime && _xdsoft_datetime.currentTime) {
860_xdsoft_datetime.currentTime[$(this).parent().parent().hasClass('xdsoft_monthselect') ? 'setMonth'…
867 …options.onChangeMonth.call(datetimepicker, _xdsoft_datetime.currentTime, datetimepicker.data('inpu…
870 … if (year !== _xdsoft_datetime.currentTime.getFullYear() && $.isFunction(options.onChangeYear)) {
[all …]