KO
|
EN
gitlite — search
Search
#android
#golang
#library
#javascript
#nodejs
#spring-boot
#swift
#ios
#c
#api
#react
#java
datepicker-plus
★ 75
Open GitHub ↗
可选择公历,农历日期;可选择隐藏年份;组件化,引入文件可直接调用
Download README (.md)
Explore Similar Repositories
wc-datepicker
:
A small, accessible and customizable datepicker written in TypeScript.
vue-datepicker
:
A datepicker Vue component. Compatible with Vue 2.x.
headless-datepicker
:
Headless datepicker for React
watch-date-picker
:
A customizable date picker for watchOS and SwiftUI.
Angular-2-Datepicker
:
A minimalist datepicker inspired by Google's material design
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
datepicker-plus
?
Download (.md)
# datepicker-plus 可选择公历,农历日期;可选择隐藏年份; 使用方法: 1.把项目根目录下的datepicker-plus文件夹放到小程序目录中; 2.在需要调用该组件的page里,以项目里pages/index页面为例,配置.json文件声明组件 { "usingComponents": { "datepicker-plus": "/datepicker-plus/index" } } 3.在wxml里调用组件 <datepicker-plus bind:submit='submit' showDatePickerPlus='{{show}}'></datepicker-plus> 参数: showDatePickerPlus:true/false,显示或隐藏组件 initDate:'2018-02-12',初始化公历日期 submit:返回值 {dateStr: 选择的日期字符串, 'showYear': 是否选择年份, 'dateType': 公农历}