获取指定年月的日历数据集
获取日历简易数据
调用方式
this.$Calendar.getCalendarData(year,month)
1
使用示例
this.$Calendar.getCalendarData(2021,10)
1
获取日历非简易数据
调用方式
this.$Calendar.getCalendarComplexData(year,month)
1
使用示例
this.$Calendar.getCalendarComplexData(2021,10)
1
参数说明
参数 | 说明 | 类型 |
---|---|---|
year | 年份 | Number |
month | 月份 | Number |