Show all months in bootstrap datepicker

泄露秘密 提交于 2019-12-24 15:00:26

问题


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

来源:https://stackoverflow.com/questions/36663169/show-all-months-in-bootstrap-datepicker

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!