Custom Query (7259 matches)
Results (112 - 114 of 7259)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#3859 | fixed | DatePicker can't pick years before 1999 | ||
Description |
Hi, I'd like to use Datepicker for user birth dates, but it can't select dates before 1999. I use code like this: $("#datepicker").datepicker({ changeMonth: true, changeYear: true, dateFormat: 'dd-mm-yy', minDate: '-100Y', maxDate: '0', }); Tried other minDate variants too, it didn't help. Tested on 1.5.3 and 1.6.rc5 |
|||
#3861 | fixed | Manually entered date do not update altField | ||
Description |
If a date is typed in the field (instead of selected from the calendar widget) the altField value is not updated. A workaround to this problem: $("#datepickerFieldId").change(function(){
}); But this should be implemented in the widget itself. The keyup event could be used instead of the change event so the updated value would still be submitted if the user clicks the submit button without removing focus from the datepicker field. |
|||
#3877 | fixed | Draggable containment option doesn't work with Array (regression) | ||
Description |
Draggable containment option doesn't work with Array (regression) |