I need to display a date as a non-modifiable string.
It used to show on a calendar, getting ContractStart value of type DateTime.
I want something like below, where ViewBag.ContractStart has been changed to a string type :
but LabelFor doesn't seem to be an option.
Not sure how to make it work with Telerik().HtmlHelper() either.
Links to documentation and/or examples are appreciated!
thanks
Jane