# mycalendar **Repository Path**: barry0000/mycalendar ## Basic Information - **Project Name**: mycalendar - **Description**: 基于jquery参考zabuto_calendar写的日历插件 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: mybranch - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-02-02 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #基于jquery参考zabuto_calendar自己写的中文日历插件 调用方式:$("#id").calendar({ data:传入[{"date":"2019-08-02",title:"text"},......]类型数组,日历对应天显示title append:是否看到上月与下月那几天,true能看到,默认false initYear:初始年份,默认当前年,传入1970-2099 initMonth:初始月份,默认当前月,传入1-12 }) 注:ID不要取名为calendar