Side navigation
#2724 closed bug (invalid)
Opened April 21, 2008 01:30PM UTC
Closed July 11, 2010 06:44PM UTC
jQuery UI Datepicker v3.4.3 => Date range + Restricting
Reported by: | damnaree | Owned by: | iMarc |
---|---|---|---|
Priority: | minor | Milestone: | 1.2.4 |
Component: | ui | Version: | 1.2.3 |
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
Attachments (0)
Change History (4)
Changed April 25, 2008 06:16AM UTC by comment:1
component: | core → ui |
---|---|
owner: | → paul |
Changed April 30, 2008 09:16AM UTC by comment:2
owner: | paul → iMarc |
---|
Changed May 04, 2008 07:41AM UTC by comment:3
priority: | major → minor |
---|
Changed July 11, 2010 06:44PM UTC by comment:4
resolution: | → invalid |
---|---|
status: | new → closed |
This should be filed in the UI bug tracker if still relevant.