Details
-
Improvement
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
2.6.2
-
None
-
Any
Description
This issue originated from JSPWIKI-196
RecentChangesPlugin includes following non-localized format string:
String formatString = get(params, "dd.MM.yyyy", PARAM_DATE_FORMAT); ... String formatString = get(params, "HH:mm:ss", PARAM_TIME_FORMAT);
The best would be to revert to the user's prefered Date/Time format as the default instead of this hard-coded formats.
The problem however is, that the user's prefered Date/Time format can not be easily split in Date format and Time format (and that seems essential for the recent changes list).
Any proposals?
Attachments
Issue Links
- is a clone of
-
JSPWIKI-196 Consistent date and time formats
-
- Closed
-