This PR adds the isForceEndDateAfterStartDate option (false by default) to showOmniDateTimeRangePicker, to force the selected end date to be after start date. It will disable selection of dates as well as times for the end date prior to the start date.
This PR adds the
isForceEndDateAfterStartDate
option (false by default) toshowOmniDateTimeRangePicker
, to force the selected end date to be after start date. It will disable selection of dates as well as times for the end date prior to the start date.