Skip to main content

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));

Attachments (1)
  • datepicker.PNG (17.3 KB) - added by Huecuvu September 17, 2010 06:08PM UTC.
Change History (2)

Changed September 17, 2010 06:28PM UTC by scottgonzalez comment:1

resolution: → duplicate
status: newclosed

Duplicate of #5984.

Changed October 11, 2012 09:15PM UTC by scottgonzalez comment:2

milestone: TBD

Milestone TBD deleted