hello,
i've a problem when formatting dateField value to pattern ddMMyyyy , for
example for 01/07/2010 it shows 172010 instaed of 01072010.
NB : it works well with separator.
this is my source code :
protected DateTextField newDateTextField(String id, PropertyModel
dateFieldModel){
DateTextField f = DateTextField.withConverter(id, dateFieldModel,new
PatternDateConverter("ddMMyyyy", true));
return f;
}
help pleaze
--
View this message in context:
http://apache-wicket.1842946.n4.nabble.com/dateField-pattern-with-no-separator-tp2296900p2296900.html
Sent from the Wicket - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]