Lines Matching refs:getMonth
560 return new Date(this.getFullYear(), this.getMonth() + 1, 0).getDate();
1203 d.setMonth(date.getMonth());
1245 var month = _this.currentTime.getMonth() + 1,
1280 var month = _this.currentTime.getMonth() - 1;
1375 … currentDate = new Date(currentDate.getFullYear(), currentDate.getMonth(), currentDate.getDate());
1377 minDate = new Date(minDate.getFullYear(), minDate.getMonth(), minDate.getDate());
1382 maxDate = new Date(maxDate.getFullYear(), maxDate.getMonth(), maxDate.getDate());
1458 …(_xdsoft_datetime.currentTime.getFullYear(), _xdsoft_datetime.currentTime.getMonth(), 1, 12, 0, 0),
1497 … maxDate = new Date(maxDate.getFullYear(), maxDate.getMonth(), maxDate.getDate(), 23, 59, 59, 999);
1502 minDate = new Date(minDate.getFullYear(), minDate.getMonth(), minDate.getDate());
1505 …Day() !== options.dayOfWeekStart || _xdsoft_datetime.currentTime.getMonth() === start.getMonth()) {
1512 m = start.getMonth();
1536 if (_xdsoft_datetime.currentTime.getMonth() !== m) {
1585 …abel span').eq(0).text(options.i18n[options.lang].months[_xdsoft_datetime.currentTime.getMonth()]);
1654 …opt += '<div class="xdsoft_option ' + (_xdsoft_datetime.currentTime.getMonth() === i ? 'xdsoft_cur…
2072 …getMonth();++b){a+=Date.daysInMonth[b];}return a+this.getDate();};Date.prototype.getWeekOfYear=fun…