Search and Top Navigation
#6064 closed bug (duplicate)
Opened September 17, 2010 06:08PM UTC
Closed September 17, 2010 06:28PM UTC
Last modified October 11, 2012 09:15PM UTC
With numberOfMonths>1 the selectDay is repeats.
Reported by: | Huecuvu | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | ui.datepicker | Version: | 1.8.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
In jquery.ui.datepicker.js line 1434.
var selectedDate = this._daylightSavingAdjust(new Date(drawYear, drawMonth, inst.selectedDay));
replace for
var selectedDate = this._daylightSavingAdjust(new Date(inst.selectedYear, inst.selectedMonth, inst.selectedDay));
Duplicate of #5984.