Hello,
The DatePicker normally accepts input via clicking on the calendar button and select the date by click or by direct input in the textbox.
The thread runs in german culture so that the input format of the date is normally dd.MM.yyyy.
Now some user complained if there is the possibility of a short input of the date. So they only want to input dd.MM and the result should be dd.MM.yyyy (yyyy = actual year).
I can see that the Datepicker has this possibility. But he converts it to the US-DateFormat.
So when I insert for example 10.06 (dd.MM), the datepicker makes 06.10.2010 (MM.dd.yyyy) out of it.
Is there any property or way to change this behavior? Or is the autocomplete for short date hard coded?
Thanks for your help
Michael
Yes your right. I was wrong. I have added a few Infragistics Silverlight Controls and also the standard Microsoft DatePicker and I've didn't seen that the namespace was from Microsoft
xmlns:controls="clr-namespace:System.Windows.Controls;assembly=System.Windows.Controls"
So you can delete my post if you want.
Sorry for the trouble.
Hi Michael,
We don't have DatePicker control for Silverlight.
Could you tell me what product are you using?
Thanks,George