Hi,
I have two dateTimeInput components like appointmentStartTime and appointmentEndTime.
My requirement is to restrict the appointmentEndTime is not less than start time and also not greater than 8 hrs in a same day. And by default user after entering the appointment start time, then appointment End time is auto calculate to 1 hr from the start time. How can i achieve this.
You could bind to valueChanged event (or change) and then check the value and compare with other jqxDateTimeInput.
Also, you should set min and max for the relevant widget.