I've got my DatePicker (and calendar and input), but it doesn't work with this "yyyyMMdd" format. It works with spaces or characters between, but not all together. Why not? When I try to use this format and pick a date from the calendar, the input part gives me the little warning sign. Some relevant code:
<telerik:RadCalendar runat="server" ID="RadCalendar"/><telerik:RadDatePicker runat="server" ID="rdpRequestDate" SharedCalendarID="RadCalendar">> <DateInput DateFormat="yyyyMMdd" DisplayDateFormat="yyyyMMdd" /></telerik:RadDatePicker>