Search and Top Navigation
#2724 closed bug (fixed)
Opened April 21, 2008 01:30PM UTC
Closed June 18, 2008 05:42PM UTC
Last modified June 27, 2008 10:26AM UTC
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
Attachments (0)
Change History (9)
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 May 24, 2008 03:39AM UTC by comment:4
milestone: | 1.2.4 |
---|
Milestone 1.2.4 deleted
Changed May 24, 2008 07:22PM UTC by comment:5
component: | ui.core → ui.datepicker |
---|---|
version: | 1.2.3 → 1.5b4 |
Changed May 27, 2008 10:42PM UTC by comment:6
owner: | iMarc → grabanski |
---|---|
status: | new → assigned |
Changed June 16, 2008 08:09PM UTC by comment:7
Fixed 16 June 2008 - use maximum of minDate and range start
Changed June 18, 2008 05:42PM UTC by comment:8
resolution: | → fixed |
---|---|
status: | assigned → closed |
Changed June 27, 2008 10:26AM UTC by comment:9
milestone: | → 1.5.1 |
---|---|
version: | 1.5b4 → 1.5 |