Actions
Feature #36
closedmake the silly thing respect the date and time formats specified in android settings
Start date:
12/04/2010
Due date:
% Done:
100%
Estimated time:
Description
It seems the default locale isn't controlled by the date format or 24 hour time checkboxes from the android settings menu. Sleepmeter should respect those values if possible.
This seems to involve the use of android.text.format.DateFormat.getDateFormat(getApplicationContext()) instead of the standard Java DateFormat.
Read this: http://stackoverflow.com/questions/454315/how-do-you-format-date-and-time-in-android
Updated by Tony Ciavarella almost 14 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
I think r187 took care of all of them.
Actions