Wicketers,

 

I found a problem with DateTextField, when a date comes like 11/10/2010
(dd/MM/yyyy) to be showed at

a page, and it shows 10/10/2010, it shows a date decreased. The same
ocurrs if the date is 12/10/2010.

 

It ocurrs with dates near 10/10/2010. I also fixed dates manually and it
doesn't change, it's very strange

and I need you help.

 

Below, the code:

 

DateTextField dateTF = new DateTextField("finalDate", new
PropertyModel(someObject.getFinalDate(), "finalDate"), new
PatternDateConverter("dd/MM/yyyy", true));

dateTF.add(new DatePicker());

add(dateTF);

 

 

Some idea about?

 

Thanks a lot

Vitor

 

Reply via email to