Ticket #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: |
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
Note: See
TracTickets for help on using
tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/nologo.gif)