Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/katyo/react-bootstrap-datetime
Customizable date and time widget for React Bootstrap.
https://github.com/katyo/react-bootstrap-datetime
Last synced: 2 months ago
JSON representation
Customizable date and time widget for React Bootstrap.
- Host: GitHub
- URL: https://github.com/katyo/react-bootstrap-datetime
- Owner: katyo
- License: mit
- Created: 2015-04-18T16:45:01.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-11T14:58:46.000Z (over 9 years ago)
- Last Synced: 2024-10-04T10:19:29.045Z (3 months ago)
- Language: CoffeeScript
- Size: 188 KB
- Stars: 12
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Bootstrap DateTime
I implemented it from scratch because I needed deeply customizable date/time selection widget for our [React](http://facebook.github.io/react/) and [Bootstrap](http://getbootstrap.com/) powered Web-sites.
Every existing component I've tried at the moment is not tunable enough or too buggy.
This component called **DateTime** works like [React-Bootstrap](http://react-bootstrap.github.io/) **Input**. For localized date and time manipulation we uses [MomentJS](http://momentjs.com/), so we support user-defined formats of date and time for values and display.
See demo at [w.illumium.org/datetime](http://w.illumium.org/datetime)