lemursolution / android-agenda-widget

Automatically exported from code.google.com/p/android-agenda-widget
0 stars 0 forks source link

Advanced Current Date variables produce errors #478

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. In settings, go to 'More customization'
2. Scroll down to 'Text', select 'time & date'
3. Scroll down to 'Current Date', select 'advanced current date'
4. Enter 'EEEE, d. MMMM (w)'

Expected output: e.g. 'Montag, 3. Februar (KW 6)'

Actual output: 'Montag, 3. Februar (11W 6)'

What Android OS are you using? Which version of Agenda Widget?

Android 4.3
Agenda 2.1.27

Additional info: Please note that at the end of the string, '11W 6' is 
displayed instead of 'KW 6'. It seems that in the format string, other letters 
than the ones displayed as variables have a function, in this case, letter K 
seems to be translated to 11.

Original issue reported on code.google.com by till.rey...@gmail.com on 5 Feb 2014 at 10:57

GoogleCodeExporter commented 8 years ago
IMPORTANT: In step 4 above, it should state:

Enter 'EEEE, d. MMMM (KW w)'

Original comment by till.rey...@gmail.com on 5 Feb 2014 at 10:59