react-bootstrap-datetimepicker icon indicating copy to clipboard operation
react-bootstrap-datetimepicker copied to clipboard

[DEPRECATED] A react.js datetime picker for bootstrap

Results 100 react-bootstrap-datetimepicker issues
Sort by recently updated
recently updated
newest added

Great job on the component! It would be great to be able to pass an array of dates to be disabled JQuery Datepicker has something like this: ``` var array...

Hi, I have a table of editable data, for which one of the columns is a date field. Using the datetimepicker in a dynamically generated list of components fails to...

I'm setting the inputFormat to 24-hour, as below: ``` ``` This works fine for the value that's displayed in the field, but the time picker dialog still only lets you...

In Europe MONDAY starts WEEK, but no SUNDAY. Can I change this?

Hello again, I did some changes which I needed in my current project and hope that could help you to keep improving :). Here a resume of the changes: -...

Weekdays are hardcoded. In addition, even Moment.js supports i18n, this lib does not allow to change locale of Moment.js. I modified code and added props to support other languages. `calendarFormat`...

Since this is a port of a jQuery plugin, updated markup in plugin to more closely match. Replaced the custom CSS for this plugin with the CSS from the jQuery...

Hello. Thanks for lib. Is this lib provided some Api for internalization(i18n) ?

``` {this.setState(d: moment(x,'x'))}}/> ``` This code can't normal use,change the `this.state.d`, `minDate` don't work