Hi,
I have DateTimeEdit Controls in my WPF-Form and have the Property CanEdit = True and CultureInfo="de-DE".
When I type the Date without DateSeparator the control does not keep the Date. For example if I type 07042017, thsi is not a valid date for the Datetimeedit control. But if I type 04.07.2017 it works.
Is it possible to configure this control so that when I type 07042017 the control understands 07.04.2017 ?