Is there away to disable dates older than today, as we don't want users to select dates in the past?
<DateRangePicker
initialSettings={{ startDate: sdate, endDate: sdate }}
onCallback={this.handleCallback}
>
<input name="datepicker" type="text" className="form-control" />
</DateRangePicker>
Also not sure how we can an option to allow the user to select time (9:00am)
Is there away to disable dates older than today, as we don't want users to select dates in the past?
Also not sure how we can an option to allow the user to select time (9:00am)