Changes between Initial Version and Version 1 of Ticket #4078
- Timestamp:
- Feb 12, 2009, 6:46:10 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4078
-
Property
Milestone
changed from
TBD
to1.next
-
Property
Milestone
changed from
-
Ticket #4078 – Description
initial v1 1 {{{ 1 2 someInput.datepicker({ 2 3 buttonImage: imgPath, … … 10 11 numberOfMonths:2 11 12 } 13 }}} 12 14 With this setup and today month as reference date (02/09), when the user select 2010 from the year dropdown, the calendar displays december 2009 and january 2010, now try to select some other month using the month dropdown (the year dropdown is in 2009), the calendar remains in the same months (december and january). This is happening because of range comparation and that the calendar believes that it should be displaying a month in 2010(which is partially true).