#2724 closed bug (fixed)
jQuery UI Datepicker v3.4.3 => Date range + Restricting
Reported by: | damnaree | Owned by: | grabanski |
---|---|---|---|
Priority: | minor | Milestone: | 1.5.1 |
Component: | ui.datepicker | Version: | 1.5 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Hi,
When I want to use the both functionalities (Date range + Restricting), it becomes possible to have the date of end 'before' the date of begin (because the dates before the date of begin aren't grey...)
This is my script :
<script type="text/javascript" charset="utf-8">
$('#dateinput').datepicker({
rangeSelect: true, minDate: '6w', maxDate: '2y', numberOfMonths: [2, 3], stepMonths: 3, prevText: '<< Mois précédents', nextText: 'Mois suivants >>'
});
</script>
Thanks & Have a nice day,
Emilie
Change History (9)
comment:1 Changed 14 years ago by
Component: | core → ui |
---|---|
Owner: | set to paul |
comment:2 Changed 14 years ago by
Owner: | changed from paul to iMarc |
---|
comment:3 Changed 14 years ago by
Priority: | major → minor |
---|
comment:4 Changed 14 years ago by
Milestone: | 1.2.4 |
---|
comment:5 Changed 14 years ago by
Component: | ui.core → ui.datepicker |
---|---|
Version: | 1.2.3 → 1.5b4 |
comment:6 Changed 14 years ago by
Owner: | changed from iMarc to grabanski |
---|---|
Status: | new → assigned |
comment:8 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:9 Changed 14 years ago by
Milestone: | → 1.5.1 |
---|---|
Version: | 1.5b4 → 1.5 |
Note: See
TracTickets for help on using
tickets.
Milestone 1.2.4 deleted