Home
last modified time | relevance | path

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

/plugin/davcal/datetimepicker-2.4.5/
H A Djquery.datetimepicker.js1329 _this.strToDate = function (sDate) { argument
1330 if (sDate && sDate instanceof Date && _this.isValidDate(sDate)) {
1331 return sDate;
1334 var currentTime = sDate ? Date.parseDate(sDate, options.formatDate) : _this.now(true);