Ticket #2724 (closed bug: fixed)

Opened 2 years ago

Last modified 21 months ago

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

Changed 23 months ago by davidserduke

  • owner set to paul
  • component changed from core to ui

Changed 23 months ago by paul

  • owner changed from paul to iMarc

Changed 23 months ago by paul

  • priority changed from major to minor

Changed 22 months ago by anonymous

  • milestone 1.2.4 deleted

Milestone 1.2.4 deleted

Changed 22 months ago by paul

  • version changed from 1.2.3 to 1.5b4
  • component changed from ui.core to ui.datepicker

Changed 22 months ago by paul

  • owner changed from iMarc to grabanski
  • status changed from new to assigned

Changed 21 months ago by kbwood

Fixed 16 June 2008 - use maximum of minDate and range start

Changed 21 months ago by kbwood

  • status changed from assigned to closed
  • resolution set to fixed

Changed 21 months ago by rdworth

  • version changed from 1.5b4 to 1.5
  • milestone set to 1.5.1
Note: See TracTickets for help on using tickets.