OSDN Git Service

Changed the way that date format selector is shown.
authorFábio Silva <fabio.fernando.osilva@gmail.com>
Mon, 15 Oct 2012 15:21:19 +0000 (12:21 -0300)
committerFábio Silva <fabio.fernando.osilva@gmail.com>
Fri, 26 Oct 2012 23:05:27 +0000 (20:05 -0300)
commitb6676bb6a3515e1599d2342190c2d2d89d611d63
treef4a0d62c0efee5df6e764d222b46a2436c74c7fc
parent78f5c4d5372e38b5a5d1e2f3e3b732951a76f007
Changed the way that date format selector is shown.

Changed the way that date format selector is shown excluding ambiguity when day and month have same value.
- i.e. 01/01/2012 (mm-DD-YYYY) and 01/01/2012 (DD-mm-YYYY)
Now it displays 31/12/2012 for DD-mm-YYYY and 12/31/2012 for mm-DD-YYYY.

Change-Id: I27434c9d5713491950d4f345dccf65d647d399cf
src/com/android/settings/DateTimeSettings.java