All Projects → chenjianzhonglol → datepicker-plus

chenjianzhonglol / datepicker-plus

Licence: Apache-2.0 license
可选择公历,农历日期;可选择隐藏年份;组件化,引入文件可直接调用

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to datepicker-plus

Autocomplete Wx
一款atom插件,支持微信语法高亮和代码补全
Stars: ✭ 47 (-37.33%)
Mutual labels:  weixin, wxapp
Leshare Shop Weapp
基于微信小程序的电商平台,采用原生框架开发
Stars: ✭ 183 (+144%)
Mutual labels:  weixin, wxapp
Tina
💃 一款轻巧的渐进式微信小程序框架
Stars: ✭ 1,153 (+1437.33%)
Mutual labels:  weixin, wxapp
Weixin Java Miniapp Demo
基于Spring Boot 和 WxJava 实现的微信小程序Java后端Demo
Stars: ✭ 779 (+938.67%)
Mutual labels:  weixin, wxapp
wx iciba
金山词霸(iciba)基于微信小程序wepy版本,可做wepy学习案例,
Stars: ✭ 29 (-61.33%)
Mutual labels:  weixin, wxapp
Taro scaffold
基于 Taro / dva / redux-saga / react 的微信小程序脚手架,同时集成了 sprite 。
Stars: ✭ 24 (-68%)
Mutual labels:  weixin, wxapp
Wx Miniprogram Boilerplate
基于Gulp微信小程序开发工作流,支持less样式编写,支持ESLint代码检查等功能
Stars: ✭ 122 (+62.67%)
Mutual labels:  weixin, wxapp
wxbizdatacrypt
微信小程序加密数据解密算法Go版
Stars: ✭ 132 (+76%)
Mutual labels:  weixin, wxapp
Wxa Plugin Canvas
小程序海报组件-生成朋友圈分享海报并生成图片
Stars: ✭ 2,692 (+3489.33%)
Mutual labels:  weixin, wxapp
Wxapp Redux Starter
微信小程序,集成redux,并且提供了方便快捷的开发环境;内置好奇心日报Demo...
Stars: ✭ 205 (+173.33%)
Mutual labels:  weixin, wxapp
Python Weixin
微信(weixin|wechat) Python SDK 支持开放平台和公众平台 支持微信小程序云开发
Stars: ✭ 746 (+894.67%)
Mutual labels:  weixin, wxapp
jhw-wx-app
微信小程序(简单)-通用模板商城
Stars: ✭ 23 (-69.33%)
Mutual labels:  weixin, wxapp
Wux Weapp
🐶 一套组件化、可复用、易扩展的微信小程序 UI 组件库
Stars: ✭ 4,706 (+6174.67%)
Mutual labels:  weixin, wxapp
Taro
开放式跨端跨框架解决方案,支持使用 React/Vue/Nerv 等框架来开发微信/京东/百度/支付宝/字节跳动/ QQ 小程序/H5/React Native 等应用。 https://taro.zone/
Stars: ✭ 30,230 (+40206.67%)
Mutual labels:  weixin, wxapp
Szushudong
微信小程序 - 深大的树洞 2.0 - 基于 WePY
Stars: ✭ 270 (+260%)
Mutual labels:  weixin, wxapp
Wechat Weapp Movie
🎬电影推荐 - 微信小程序
Stars: ✭ 1,355 (+1706.67%)
Mutual labels:  weixin, wxapp
Wxapp Webpack Plugin
📦 微信小程序 webpack 插件
Stars: ✭ 185 (+146.67%)
Mutual labels:  weixin, wxapp
mpvue canvas drawer
[mpvue版本]微信小程序上canvas绘制图片助手,一个json就制作分享朋友圈图片
Stars: ✭ 43 (-42.67%)
Mutual labels:  weixin, wxapp
wxBase64
🏗️在小程序中使用 js-base64 库
Stars: ✭ 19 (-74.67%)
Mutual labels:  weixin, wxapp
wxml-transformer
将微信小程序的wxml代码转换成js object或html片段
Stars: ✭ 18 (-76%)
Mutual labels:  wxapp

datepicker-plus

可选择公历,农历日期;可选择隐藏年份;

使用方法: 1.把项目根目录下的datepicker-plus文件夹放到小程序目录中; 2.在需要调用该组件的page里,以项目里pages/index页面为例,配置.json文件声明组件 { "usingComponents": { "datepicker-plus": "/datepicker-plus/index" } } 3.在wxml里调用组件

参数: showDatePickerPlus:true/false,显示或隐藏组件 initDate:'2018-02-12',初始化公历日期 submit:返回值 {dateStr: 选择的日期字符串, 'showYear': 是否选择年份, 'dateType': 公农历}

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].