付费节点推荐
免费节点
节点使用教程
插件文件下载
daterangepicker.zip
//初始化使用方法
$('#cyrq').daterangepicker({
startDate: moment().subtract('month', 1).startOf('month'),
endDate: moment().endOf('month'),
minDate: '1937-01-01',
maxDate: moment(),
dateLimit: {
days: 14000
},
calendarMode: "month",
showDropdowns: false,
showWeekNumbers: false,
timePicker: false,
timePickerIncrement: 1,
timePicker12Hour: true,
buttonClasses: ['btn'],
applyClass: 'green',
cancelClass: 'default',
format: 'YYYY/MM',
separator: ' - ',
locale: {
applyLabel: '确定',
cancelLabel: '取消',
fromLabel: '开始日期',
toLabel: '结束日期',
customRangeLabel: '自定义日期',
daysOfWeek: ['日', '一', '二', '三', '四', '五', '六'],
monthNames: ['一月', '二月', '三月', '四月', '五月', '六月', '七月', '八月', '九月', '十月', '十一月', '十二月'],
firstDay: 1
}
});
未经允许不得转载:Bcoder资源网 » 修改daterangepicker日历插件只显示月份和年份方法
评论前必须登录!
登陆 注册