-->

Show all months in bootstrap datepicker

2019-07-29 13:47发布

问题:

I am new to bootstrap. I Want to show full Year calendar(inline) in bootstrap like this (JqueryUI)

I have tried this as :

<div id="datetimepicker12"></div>

JS:

<script type="text/javascript">
$(function () {
    $('#datetimepicker12').datepicker({

    });
});

But this will show only one month as expected.

How can I Show full year calendar in bootstrap? I am using Bootstrap v3.1.1