This question is locked. New answers and comments are not allowed.
Did something change in the latest release? I just updated and the date picker displayValueFormat is no longer working the same -- for example, in the example:
It's showing minutes for the m in month, etc.,
I was using "dayofweek month day year"
and now "ddd MMMM d, yyyy" will work too, I just want to confirm the change...
<div id="picker2" data-win-control="Telerik.UI.RadTimePicker" data-win-options="{ displayValueFormat: 'month day dayofweek year' }"> </div>
It's showing minutes for the m in month, etc.,
I was using "dayofweek month day year"
and now "ddd MMMM d, yyyy" will work too, I just want to confirm the change...