Details
-
Improvement
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
None
-
None
-
None
Description
With extras.DateField control, I want to display a date string
like "2007/09/02". I used setFormatPattern method with the
argument "yyyy/MM/dd". But it only displayed "2007/09/2".
I suggest to use "%d" for the format pattern "dd"
at line 725 in DateField.java. Please see the attached patch.