Changes between Initial Version and Version 1 of Ticket #4078


Ignore:
Timestamp:
Feb 12, 2009, 6:46:10 PM (14 years ago)
Author:
Jörn Zaefferer
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4078

    • Property Milestone changed from TBD to 1.next
  • Ticket #4078 – Description

    initial v1  
     1{{{
    12someInput.datepicker({
    23        buttonImage: imgPath,
     
    1011        numberOfMonths:2
    1112}
     13}}}
    1214With 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).