This question is locked. New answers and comments are not allowed.
I have a datepicker
which should be formatting the text in the provided manner (MMMM\, yyyy) = Month, Year
however the date still results in mm/dd/yy.
<
telerik:RadDatePicker
DateSelectionMode
=
"Month"
SelectedValue
=
"{Binding Mode=TwoWay, Path=tenderDateStart, StringFormat=\{0:MMMM\, yyyy\}}"
/>
which should be formatting the text in the provided manner (MMMM\, yyyy) = Month, Year
however the date still results in mm/dd/yy.