Home
last modified time | relevance | path

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

/plugin/davcal/datetimepicker-2.4.5/
H A Djquery.datetimepicker.js1304 _this.strToDateTime = function (sDateTime) { argument
1307 if (sDateTime && sDateTime instanceof Date && _this.isValidDate(sDateTime)) {
1308 return sDateTime;
1311 tmpDate = /^(\+|\-)(.*)$/.exec(sDateTime);
1319 currentTime = sDateTime ? Date.parseDate(sDateTime, options.format) : _this.now();