Home
last modified time | relevance | path

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

/plugin/davcal/datetimepicker-2.4.5/
H A Djquery.datetimepicker.js1030 … options.minDate = _xdsoft_datetime.strToDateTime(options.minDate).dateFormat(options.formatDate);
1034 … options.maxDate = _xdsoft_datetime.strToDateTime(options.maxDate).dateFormat(options.formatDate);
1201 date = _this.strToDateTime(options.defaultDate);
1227 …_this.currentTime = (typeof dTime === 'string') ? _this.strToDateTime(dTime) : _this.isValidDate(d…
1304 _this.strToDateTime = function (sDateTime) { function
1910 ct = _xdsoft_datetime.strToDateTime(ct);
1912 ct = _xdsoft_datetime.strToDateTime(options.defaultDate);