Lance Buchan
-
2008-04-23
- priority: 5 --> 6
The dateFormat attribute on the dateEntry tag is not working as expected. I set literalLocale to "en", and therefore would expect (as a minimum) the date formats dd/MM/yy, dd-MMM-yyyy, dd MMMM yyyy and EEEE, d MMMM yyyy to be valid date formats (based on the java.text.DateFormat SHORT, MEDIUM, LONG and FULL formats) for date strings. However, it appears only to work with dd/MM/yy and certainly does not accept custom formats (which is what I would expect).