问题
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