Lines Matching refs:now

855 						_xdsoft_datetime.currentTime = _xdsoft_datetime.now();
1140 $(this).val((_xdsoft_datetime.now()).dateFormat(options.format));
1195 _this.now = function (norecursion) { function
1227 … dTime === 'string') ? _this.strToDateTime(dTime) : _this.isValidDate(dTime) ? dTime : _this.now();
1242 _this.currentTime = _this.now();
1277 _this.currentTime = _this.now();
1317 … currentTime = new Date((_this.now(true)).getTime() + parseInt(tmpDate[1] + '1', 10) * timeOffset);
1319 currentTime = sDateTime ? Date.parseDate(sDateTime, options.format) : _this.now();
1323 currentTime = _this.now();
1334 var currentTime = sDate ? Date.parseDate(sDate, options.formatDate) : _this.now(true);
1336 currentTime = _this.now(true);
1345 var currentTime = sTime ? Date.parseDate(sTime, options.formatTime) : _this.now(true);
1347 currentTime = _this.now(true);
1355 _this.currentTime = this.now();
1454 _xdsoft_datetime.currentTime = _xdsoft_datetime.now();
1461 today = _xdsoft_datetime.now(),
1593 var now = _xdsoft_datetime.now(), optionDateTime, current_time;
1594 now.setHours(h);
1595 h = parseInt(now.getHours(), 10);
1596 now.setMinutes(m);
1597 m = parseInt(now.getMinutes(), 10);
1602 …s.maxTime).getTime() < now.getTime()) || (options.minTime !== false && _xdsoft_datetime.strtotime(…
1605 …e !== false && now.getTime() > _xdsoft_datetime.strtotime(options.disabledMinTime).getTime()) && (…
1623 …+ classes.join(' ') + '" data-hour="' + h + '" data-minute="' + m + '">' + now.dateFormat(options.…
1693 _xdsoft_datetime.currentTime = _xdsoft_datetime.now();
1732 _xdsoft_datetime.currentTime = _xdsoft_datetime.now();