-->

Bootstrap Datepicker with multiple months

2019-02-12 17:23发布

问题:

Is there any bootstrap datepicker available that supports displaying multiple months? There is an option in jquery-ui datepicker: numberOfMonths.

I need something like this: http://jqueryui.com/resources/demos/datepicker/multiple-calendars.html

回答1:

two months in a single view

<script>
    $( function() {
        $( "#datepicker" ).datepicker({
            numberOfMonths: 2
        });
    } );
</script>

<p>Date: <input type="text" id="datepicker"></p>


回答2:

There so many boostrap jquery plugins are available

try this one

http://bootstrap-datepicker.readthedocs.org/en/release/options.html#multidate