Details
-
New Feature
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.0
-
None
-
All VELTOOLS versions
Description
I thought I had reported this earlier, but evidently not.
We use SimpleDateFormat patterns (which are always specified in English-style yyyy-MM-dd form) all over our application and we'd like to be able to display those patterns in a locale-sensitive way (for instance aaaa-MM-jj in the FR locale). DateTool is in a nice position to be able to do this conversion for us, since it wraps a SimpleDateFormat object.