Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
50
Short Input for DatePicker
posted

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