Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
1.3.1 Release
-
None
-
Win XP, java 1.6.0_17
Description
In GenericTypeValidator function public static Date formatDate(String value, Locale locale) uses for formatter DateFormat.getDateInstance(DateFormat.SHORT, locale).
In my opinion it should take DateFormat.getDateInstance(DateFormat.DEFAULT, locale) for not null locale or DateFormat.getDateInstance() for null locales.