var Calendar = new Calendar('box', { // box 容器ID
curDate: new Date(), // 当前日期
getNextMonthArr: function() { // 下一月签到时间
return [1,2,6,8]
},
getPrevMonthArr: function() { // 上一月签到时间
return [1,5,9,11,25]
}
});
Calendar.init([1,3,5]); // 当月签到时间
Calendar.getCalendarTime() // 获取当前年月日
forked from Arguiwu/calendar
-
Notifications
You must be signed in to change notification settings - Fork 0
签到日历 vue签到日历
License
BkHumor/calendar
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
签到日历 vue签到日历
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- JavaScript 56.2%
- Vue 34.8%
- CSS 9.0%