I need to change the string format of the DatePickerTextBox in the WPF Toolkit DatePicker, to use hyphens instead of slashes for the seperators.
Is there a way to ov
Format exhibited depending on the location but this can be avoided by writing this:
ValueStringFormat="{}{0:MM'-'yy}" />
And you will be happy!(dd'-'MM'-'yyy)