I am using a RadDateTimePicker to allow a user to select, strangely enough, a date and time. I set the date for the control to some value (e.g. 8/16/2016 4:03 AM) which it happily displays (see attached DatePickerOK.jpg). However, when the user clicks the button to pop up the picker, the calendar header says "January - 1000" (see attached DatePickerError.jpg) instead of the expected "August - 2016". If the user selects a different time and closes the picker window, the text box displays the newly selected time along with the CORRECT month/day. What am I missing?