Searched refs:sDateTime (Results 1 – 1 of 1) sorted by relevance
1304 _this.strToDateTime = function (sDateTime) { argument1307 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();