react-bootstrap-datetimepicker
react-bootstrap-datetimepicker copied to clipboard
maxDate doesn't do anything?
Setting the maxDate parameter doesn't seem to keep users from being able to select a date past the specified value.
Try using a 'moment()' date, for instance maxDate={moment()}