I have form with more than one RadDatePicker, Every thing work fine but when I want to enter date I want the end user enter date in format dd/mm/yyyy BUT the tool accept only date in format mm/dd/yyyy order!!
Example: 13/12/2016 If the user enter 13 then press spacebar then type 12 then press spacebar 2016 then press enter It gives Error
How can I change the format for entering date?
Thanks in advance.

Try set
ShortDatePatterninDateTimeFormatInfo:You should also implement custom parsing: http://docs.telerik.com/devtools/wpf/controls/raddatetimepicker/how-to/implement-custom-parsing
Example: