Calendar icon indicating copy to clipboard operation
Calendar copied to clipboard

change month

Open sharmun opened this issue 8 years ago • 3 comments

there is no callback when i changed the month. and show me the month i selected

sharmun avatar Apr 12 '16 09:04 sharmun

How do you configure ?

yscoder avatar Apr 13 '16 01:04 yscoder

就是按<>箭头改变月份的时候没有回调啊

sharmun avatar Apr 13 '16 01:04 sharmun

配置viewChange

$('#ca').calendar({
    viewChange: function(view, y, m){
          console.log(view, y, m);
    }
})
  • view: 当前视图,date OR month
  • y:
  • m:

yscoder avatar Apr 13 '16 01:04 yscoder