Range

24 Jul 20191 minute to read

TimePicker control provides options to set the Range (MinTime & MaxTime) for the time.

Change MinTime & MaxTime of the TimePicker

The following code explains you how to change the Range of the TimePicker.

  • HTML
  • <ej:TimePicker ID="time" MinTime="10:00 AM" MaxTime="10:00 PM" runat="server"></ej:TimePicker>

    Run the above code to render the following output.

    MinTime & MaxTime of the TimePicker