Time Format in EJ 1 ASP.NET MVC TimePicker
5 Oct 2015 / 1 minute to read
TimePicker widget provides you an option to change the TimeFormat property.
Steps to change Time Format of TimePicker widget
The following steps explains you to change the time format for the TimePicker.
- Add the following code to the corresponding view page to render the TimePicker.
@*Add the following code example to the corresponding CSHTML page to render TimePicker widget with time format*@
@Html.EJ().TimePicker("time").TimeFormat("hh:mm:ss tt")
Execute the above code to render the following output.
TimePicker with TimeFormat.
Was this page helpful?
Yes
No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
Help us improve this page