标签:cancel drop mes his tar als apply star for
$(‘#dateRange‘).daterangepicker({
showDropdowns: true, //年月份下拉框
autoUpdateInput:false, //关闭自动赋值,使初始值为空
"opens": "center",
showWeekNumbers: true,
locale: { //汉化
format: "YYYY-MM-DD", //设置显示格式
applyLabel: ‘确定‘, //确定按钮文本
cancelLabel: ‘取消‘, //取消按钮文本
daysOfWeek: [‘日‘, ‘一‘, ‘二‘, ‘三‘, ‘四‘, ‘五‘, ‘六‘],
monthNames: [‘一月‘, ‘二月‘, ‘三月‘, ‘四月‘, ‘五月‘, ‘六月‘,
‘七月‘, ‘八月‘, ‘九月‘, ‘十月‘, ‘十一月‘, ‘十二月‘],
firstDay: 1
},
}, function(start,end) {
this.autoUpdateInput=true;//选完日期后打开自动赋值
});
daterangepicker的汉化加取消默认值
标签:cancel drop mes his tar als apply star for
原文地址:https://www.cnblogs.com/wugai/p/11451764.html