Skip to main content

Search and Top Navigation

#4634 closed bug (fixed)

Opened June 25, 2009 02:33AM UTC

Closed July 05, 2009 05:26AM UTC

Incorrect month number

Reported by: moveax Owned by:
Priority: critical Milestone: 1.8
Component: ui.datepicker Version:
Keywords: Cc:
Blocked by: Blocking:
Description

Current month will be in selected date when using

showOtherMonths: true, selectOtherMonths: true

in any case. Even if click was on previous or next month.

Attachments (0)
Change History (2)

Changed June 25, 2009 02:40AM UTC by moveax comment:1

It can be fixed by replacing line 1405:

inst.id + '\\',' + drawMonth + ',' + drawYear + ', this);return false;"') + '>' + actions

with

inst.id + '\\',' + printDate.getMonth() + ',' + drawYear + ', this);return false;"') + '>' + actions

Changed July 05, 2009 05:26AM UTC by kbwood comment:2

resolution: → fixed
status: newclosed

Fixed in r2864.