Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)