【问题标题】:Bootstrap Datepicker with multiple months具有多个月份的引导日期选择器
【发布时间】:2014-02-25 18:47:20
【问题描述】:

是否有任何可用的引导日期选择器支持显示多个月份? jquery-ui datepicker 中有一个选项:numberOfMonths

我需要这样的东西:http://jqueryui.com/resources/demos/datepicker/multiple-calendars.html

【问题讨论】:

  • 我正在寻找相同的控件。你觉得有什么帮助吗?
  • 我现在正在使用 jquery.ui.datepicker.js :)

标签: twitter-bootstrap-3 bootstrap-datepicker


【解决方案1】:

一个视图中的两个月

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

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

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2020-09-06
    • 1970-01-01
    • 2016-08-24
    • 2016-12-30
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2018-10-23
    相关资源
    最近更新 更多