# wx-calendar **Repository Path**: GaoWeiQiang1996/wx-calendar ## Basic Information - **Project Name**: wx-calendar - **Description**: 微信小程序日历组件. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 74 - **Forks**: 7 - **Created**: 2020-08-06 - **Last Updated**: 2025-01-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # wx-calendar #### 介绍 微信小程序日历组件 #### 软件架构 ## 一、演示地址 ![demo.jpg](https://gitee.com/GaoWeiQiang1996/wx-calendar/raw/master/demo.jpg) ## 二、属性 |参数|说明|类型|默认值| |--|--|--|--| |defaultDate|日历默认选中的时间|String \| Date \| Number(可以被dayjs解析的格式即可)|今天| |spot|底部需要展示小圆点的日期数组|Array|[]| ## 三、事件 |事件|说明|回调参数| |--|--|--| |bind:dateChange|选中的日期变化时触发|event.detail:{ date, month, year, dateString }| |bind:monthChange|选中的月份变化时触发|event.detail:{ date, month, year, dateString }| |bind:yearChange|选中的年份变化时触发|event.detail:{ date, month, year, dateString }|