是否可以在内联 Bootstrap Datepicker 上使用 setDate?
Posted
技术标签:
【中文标题】是否可以在内联 Bootstrap Datepicker 上使用 setDate?【英文标题】:Is it possible to use setDate on an inline Bootstrap Datepicker? 【发布时间】:2013-05-13 21:03:39 【问题描述】:有谁知道如何在来自 eternicode(https://github.com/eternicode/bootstrap-datepicker) 的 Bootstrap Datepicker 中的内联日历上设置日期。我一直在努力解决这个问题,但可惜没能做到。我可以让它与输入一起工作,但不能用于内联视图。
【问题讨论】:
看这里:***.com/questions/11507508/… 【参考方案1】:最简单的解决方案似乎是:
the_date = new Date(2013, 10, 25);
$('#datepicker').datepicker('update', the_date);
【讨论】:
以上是关于是否可以在内联 Bootstrap Datepicker 上使用 setDate?的主要内容,如果未能解决你的问题,请参考以下文章