-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
P4
-
None
-
Affects Version/s: 1.2.2_08
-
Component/s: client-libs
-
generic
-
generic
Clock applet uses the following hardcoded date/time format:
formatter = new SimpleDateFormat ("EEE MMM dd hh:mm:ss yyyy",
Locale.getDefault());
Which places day-of-week first, then Month/day, time, then year. Even in English locale, this is a little bit strange.
formatter = new SimpleDateFormat ("EEE MMM dd hh:mm:ss yyyy",
Locale.getDefault());
Which places day-of-week first, then Month/day, time, then year. Even in English locale, this is a little bit strange.