付费节点推荐
免费节点
节点使用教程
Clash 小火箭 v2ray节点购买
好用的梯子,海外网络,快速稳定
Google插件文件下载
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
}
});