It's a Locale thing...

I Have:

@Override
public Locale getLocale() {
        return new Locale("nl", "NL");
}

When I change this to ("en", "US") it works fine for me too.

And I discovered another thing: the dutch short, three letter forms for
months are the same as in English, except for March, May and October ('mrt',
'mei', 'okt' versus 'Mar', 'May' and 'Oct'), which explains the odd
behaviour I mentioned in my first post.

Perhaps Dutch is not supported for this kind of GUI translations? 
I'd rather not change to the English Locale.



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Dateparsing-error-kendo-AjaxDateTimePicker-only-in-March-May-October-tp4673756p4673772.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to