一款基于wepy和moment的微信小程序日历组件,可用于酒店订房选择入住退房时间,车票业务选择出发返程时间
cnpm install
wepy build --watch
最后导出的数据格式:
[
{
day:10,
formatDay:'2018-05-10',
month:5,
weekCh:'周一',
year: 2018
},
{
day:27,
formatDay:'2018-05-27',
month:5,
weekCh:'周日',
year: 2018
}
]
https://github.com/kingbuwu/calendar
wepy-calendar is released under the MIT license.