Skip to main content

Bug Tracker

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 davidserduke comment:1

component: coreui
owner: → paul

Changed April 30, 2008 09:16AM UTC by paul comment:2

owner: pauliMarc

Changed May 04, 2008 07:41AM UTC by paul comment:3

priority: majorminor

Changed July 11, 2010 06:44PM UTC by dmethvin comment:4

resolution: → invalid
status: newclosed

This should be filed in the UI bug tracker if still relevant.

http://dev.jqueryui.com