Home
last modified time | relevance | path

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

/plugin/davcal/datetimepicker-2.4.5/
H A Djquery.datetimepicker.js1226 _this.setCurrentTime = function (dTime) { argument
1227 …_this.currentTime = (typeof dTime === 'string') ? _this.strToDateTime(dTime) : _this.isValidDate(d…
1235 _this.getCurrentTime = function (dTime) { argument