Tarek Chaaban
Results
2
comments of
Tarek Chaaban
+1 How hard is it to implement this : Specifying that endDate must be at least X days further than startDate.
i fixed it by calling the second picker : ``` js var pickerDeparture = new Picker.Date($('departure'), { timePicker: false, positionOffset: {x: 5, y: 0}, //pickerClass: 'datepicker_jqui', yearPicker : false, minDate...