This question is locked. New answers and comments are not allowed.
I am looking for the way to have my Datepicker displaying LongDate format like this
"Sunday, March 09, 2008"
I tired the standard C# format
Html.Telerik().DatePicker().Name(@"BirthDate").Value(Model.BirthDate).Format("{0:D}")
but il failed
Thank you for your help