Installations
npm install j-rmc-date-picker
Developer Guide
Typescript
No
Module System
CommonJS
Node Version
8.9.4
NPM Version
5.6.0
Releases
Unable to fetch releases
Contributors
Unable to fetch Contributors
Languages
TypeScript (93.58%)
JavaScript (5.35%)
CSS (1.07%)
Love this project? Help keep it running — sponsor us today! 🚀
Developer
Download Statistics
Total Downloads
1,908
Last Day
3
Last Week
7
Last Month
18
Last Year
387
GitHub Statistics
400 Stars
135 Commits
116 Forks
24 Watching
16 Branches
34 Contributors
Bundle Size
40.29 kB
Minified
12.25 kB
Minified + Gzipped
Package Meta Information
Latest Version
6.0.0-alpha.9
Package Id
j-rmc-date-picker@6.0.0-alpha.9
Unpacked Size
90.77 kB
Size
19.48 kB
File Count
56
NPM Version
5.6.0
Node Version
8.9.4
Total Downloads
Cumulative downloads
Total Downloads
1,908
Last day
0%
3
Compared to previous day
Last week
-12.5%
7
Compared to previous week
Last month
80%
18
Compared to previous month
Last year
-16.1%
387
Compared to previous year
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
rmc-date-picker
React Mobile DatePicker Component (web and react-native)
Screenshots
web
![](https://img.alicdn.com/tps/TB1nH_4KpXXXXaCXFXXXXXXXXXX-404-607.png)
ios
![](https://img.alicdn.com/tps/TB1saD1KpXXXXb_XFXXXXXXXXXX-420-729.png)
android
![](https://img.alicdn.com/tps/TB1APgXKpXXXXXZXpXXXXXXXXXX-1920-1080.png)
Usage
see example
config webpack to resolve .web.js
resolve: {
extensions: ['', '.web.tsx', '.web.ts', '.web.jsx', '.web.js', '.ts', '.tsx', '.js', '.jsx', '.json'],
},
Development
npm i
npm start
Example
http://localhost:8000/examples/
online example: http://react-component.github.io/m-date-picker/
react-native
npm run watch-tsc
npm run rn-init
react-native run-ios
install
API
DatePicker props
name | description | type | default |
---|---|---|---|
className(web) | additional css class of root dom node | String | '' |
prefixCls(web) | prefix class | String | 'rmc-date-picker' |
pickerPrefixCls(web) | picker prefix class | String | 'rmc-picker' |
defaultDate | default selected date. | Date | |
date | The currently selected date. | Date | |
mode | The date picker mode. | String | 'date' enum('date', 'time', 'datetime', 'year', 'month', 'recenttime') |
minDate | min date | Date | 2000-1-1 |
maxDate | max date | Date | 2030-1-1 |
locale | the locale of area | Object | import from 'rmc-date-picker/lib/locale/en_US' |
use12Hours | 12 hours display mode | Boolean | false |
minuteStep | The amount of time, in minutes, between each minute item. | Â Number | 1 |
onDateChange | Date change handler. | Function(date: Date) | '' |
onValueChange | fire when picker change | (vals: any, index: number) => void | |
formatMonth | Customize display value of months | (month:number, current:Date) => React.Node | |
formatDay | Customize display value of days | (day:number, current:Date) => React.Node | |
formatRecentDate | only use in recenttime mode. Customize display value of recent date | (year: number, month: number, day:number, current:Date) => React.Node |
rmc-date-picker/lib/Popup props
name | description | type | default |
---|---|---|---|
className(web) | additional css class of modal node | String | '' |
style(web) | additional modal style | object | {} |
popupTransitionName(web) | String | ||
maskTransitionName(web) | String | ||
prefixCls(web) | popup's prefix class | String | 'rmc-picker-popup' |
styles(react-native) | PopupPicker's styles | StyleSheet.create | |
datePicker | DatePicker element | React DatePicker element | |
date | The currently selected date. | Date | |
visible | whether pop picker is visible | Boolean | false |
onChange | exec on ok | Function(date: Date) | |
onVisibleChange | called when pop picker visible change | Function | |
onDismiss | exec on dismiss | function | |
okText | ok button text | string/React.ReactElement | 'Ok' |
dismissText | dismiss button text | string/React.ReactElement | 'Dismiss' |
title | Popup title | string/React.ReactElement | '' |
Test Case
npm test
npm run chrome-test
Coverage
npm run coverage
open coverage/ dir
License
rmc-date-picker is released under the MIT license.
![Empty State](/_next/static/media/empty.e5fae2e5.png)
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
Found 7/26 approved changesets -- score normalized to 2
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
- Warn: no fuzzer integrations found
Reason
license file not detected
Details
- Warn: project does not have a license file
Reason
branch protection not enabled on development/release branches
Details
- Warn: branch protection not enabled for branch 'master'
Reason
security policy file not detected
Details
- Warn: no security policy file detected
- Warn: no security file to analyze
- Warn: no security file to analyze
- Warn: no security file to analyze
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
- Warn: 0 commits out of 11 are checked with a SAST tool
Score
2.9
/10
Last Scanned on 2025-01-27
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More