Time Format

24 Jul 20191 minute to read

TimePicker control provides an option to change the time format.

Change Time Format of TimePicker control

In the ASPX page, include the following TimePicker control and configure the TimeFormat property.

  • HTML
  • <ej:TimePicker ID="time" TimeFormat="hh:mm:ss tt" runat="server"> </ej:TimePicker>

    Run the above code to render the following output.

    Time Format