Bug Tracker

Opened 15 years ago

Closed 13 years ago

#2724 closed bug (invalid)

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

Change History (4)

comment:1 Changed 15 years ago by davidserduke

Component: coreui
Owner: set to paul

comment:2 Changed 15 years ago by paul

Owner: changed from paul to iMarc

comment:3 Changed 15 years ago by paul

Priority: majorminor

comment:4 Changed 13 years ago by dmethvin

Resolution: invalid
Status: newclosed

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

http://dev.jqueryui.com

Note: See TracTickets for help on using tickets.