视图
你可以在
.data-picker
上添加
[data-start-view="0~4"]
、
[data-min-view="0~4"]
设置插件的默认视图和最小视图;
如未指定我们将根据
[data-format]
设置合适的属性。
- 0 - 'hour' for the hour view
- 1 - 'day' for the day view
- 2 - 'month' for month view (the default)
- 3 - 'year' for the 12-month overview
- 4 - 'decade' for the 10-year overview. Useful for date-of-birth datetimepickers.
显示今天
你可以在.data-picker
上添加[data-show-today="true/false"]
设置插件是否显示今天
按钮。
日期范围
你可以将两个input.date-picker
放到.input-date-range
中实现日期范围
Input Group
你可以在.input-group
中使用此插件