twitter-bootstrap 如何在引导日期选择器中启用日期范围
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/17083221/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
How to enable a date range in bootstrap datepicker
提问by Satendra Jindal
How can we create a date range using bootstrap date picker. Example: I have dates like startdate:25/06/2013 and endDate:24/02/2014 how to disable past date before startDate and future date after endDate.
我们如何使用引导日期选择器创建日期范围。示例:我有像 startdate:25/06/2013 和 endDate:24/02/2014 这样的日期如何禁用 startDate 之前的过去日期和 endDate 之后的未来日期。
回答by albertedevigo
Use an specific plugin wich supports date ranges, like Date Range Picker for Twitter Bootstrap.
使用支持日期范围的特定插件,例如Twitter Bootstrap 的日期范围选择器。

