calendar
calendar copied to clipboard
month除了设置为current,不能设置为动态数字
在dayClick事件中month我用current点击后在日历日期上能显示颜色变化 days_style.push({ month: 'current', day: cur_day, color: 'white', background: '#f5a8f0' }); 但我直接用获取到的cur_month去没有反应 days_style.push({ month: cur_month, day: cur_day, color: 'white', background: '#f5a8f0' });
可以设置prev,next,就是上一个月下一个月