react-bootstrap-datetimepicker
react-bootstrap-datetimepicker copied to clipboard
[DEPRECATED] A react.js datetime picker for bootstrap
I am getting this error i just try the sample code below const DateTimeField = require('react-bootstrap-datetimepicker') export class HorizontalCustomLabels extends React.Component { constructor() { super() } render() { return (...
I have used this picker and working very well with design also. But I am not able to add name attribute in the input field which populate for this datetimepicker....
I am using this component, works quite well. But, when I select any date time, it gets converted to UTC and then sent to the SUBMIT requests. I want the...
This should replace #97
This relates to a split in the latest React framework. In React > 15.5 the "PropTypes" library has been broken out of the core framework. In the latest react version...
The bootstrap style is not working..it looks like this when I use it:  I guess it should be like this: 
remove hardcoded english locale add new property locale example `` by default locale taken from moment js current locale  ![screen shot 2016-06-06 at...
When the component is nested in a positioned element, such as a bootstrap column, it positions the picker widget incorrectly. Currently, it looks like it attempts to calculate a horizontal...
Can some please explain why i am getting this Warning. "Warning: Failed prop type: Invalid prop `dateTime` supplied to `DateTimeField`." below is my code i have taken **date** through props...