https://github.com/opuscapita/react-dates
React date(range) inputs/pickers
https://github.com/opuscapita/react-dates
cashmanagement component dateinput datepicker daterange daterangepicker javascript react
Last synced: 6 months ago
JSON representation
React date(range) inputs/pickers
- Host: GitHub
- URL: https://github.com/opuscapita/react-dates
- Owner: OpusCapita
- License: apache-2.0
- Created: 2017-04-20T07:55:40.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-10-26T00:35:21.000Z (almost 2 years ago)
- Last Synced: 2025-04-02T19:05:31.627Z (6 months ago)
- Topics: cashmanagement, component, dateinput, datepicker, daterange, daterangepicker, javascript, react
- Language: JavaScript
- Homepage: https://opuscapita.github.io/react-dates
- Size: 22.4 MB
- Stars: 47
- Watchers: 14
- Forks: 9
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# React Datepicker, DateInput, DateRangeInput
[](https://circleci.com/gh/OpusCapita/react-dates)



OpusCapita React Components (date inputs/pickers)
This project uses [react-day-picker](https://github.com/gpbl/react-day-picker)
## Implemented components
* DateInput
* DateRangeInput
* DatePicker## Demo and documentation
Online demo and components reference available here: https://opuscapita.github.io/react-dates
> Demo powered by [react-showroom](https://github.com/OpusCapita/react-showroom-client)
## Installation
`npm install --save @opuscapita/react-dates`
## Date format
* `dd` - day
* `MM` - month
* `yy` - yearAny separators except these allowed: `1`, `a`, `A`, `*`, `#`
## Contributors
| [
](https://github.com/asergeev-sc) | [**Alexey Sergeev**](https://github.com/asergeev-sc) |
| :---: | :---: |
| [](https://github.com/kvolkovich-sc) | [**Kirill Volkovich**](https://github.com/kvolkovich-sc) |
## License
Licensed under the Apache License, Version 2.0. See [LICENSE](./LICENSE) for the full license text.