bootstrap-datepicker3 plugin

HTML引入




HTML控件

JavaScript 脚本

// 计划约谈月份 日期选择器
$('#planInspectDate').datepicker({
    language: "zh-CN",
    format: "yyyy-mm", 
    startView: 1, 
    minViewMode: 1,
    maxViewMode: 2,
    autoclose: true,
    toggleActive: true
})
参数 解释 取值
startView 打开时间选择器,显示的视图 0:日,1:月,2:年
minViewMode 视图的最小单位,日,月,年取值从小到大 0:日,1:月,2:年
maxViewMode 视图的最大单位 0:日,1:月,2:年
autoclose 选择后关闭 true or false
toggleActive 点击选择,再次点击取消 true or false

最终结果

bootstrap-datepicker3 plugin_第1张图片
参考链接

bootstrap-datepicker3

你可能感兴趣的:(Project,In,Action)