uxsolutions / bootstrap-datepicker

A datepicker for twitter bootstrap (@twbs)
Apache License 2.0
12.65k stars 6.08k forks source link

Date Range in same date-picker, and appear 2-3 months #980

Open Edig opened 10 years ago

Edig commented 10 years ago

Hi,

I can't find the solution to create a date range selector in the same date picker. I have it with two date pickers inline but I don't like it. I Want it in the same date picker.

And also I want to know if its possible that I can show 2 or 3 months..

I show you my code

$('#calendar').datepicker({
inputs: $('.range-start, .range-end'),
})

 <div id="calendar" style="width:444px;">                    
 <div class="range-start" style="display: inline-block;"></div>
 <div class="range-end" style="display: inline-block;"></div>
  </div>

Thanks

Benno007 commented 8 years ago

Datepicker 1.3.0 had an option numberOfMonths... doesn't seem to be in 1.4.0. Not sure about start/end range in the same picker