You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Peter Diefenthaeler <pd...@csc.com> on 2010/03/29 10:52:21 UTC

Bug in StyleDateConverter?

Hello,
I'm using DateTextFields with  new StyleDateConverter("M-", true).
If I enter a new date 29.03.10, the result is 29.03.0010 instead of
29.03.2010!!!
If I use the Styleformat "S-", I get the correct date. Unfortunately I need
the date fields initially formatted as dd.mm.yyyy when they are
initialized ...

Peter


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Bug in StyleDateConverter?

Posted by PDiefent <pd...@csc.com>.
An other strange behaviour of the StyleDateConverter("M-"...): If you enter
12.12.12 you get 14.12.12 as a result ...
With Format "S" it is OK and if you enter 12.12.2012 the result is also OK.

Peter


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org




-- 
View this message in context: http://old.nabble.com/Bug-in-StyleDateConverter--tp28066513p28067878.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org