* commit '48f4a1f86e59c97a0a67d520ff0daa3726e2f62b': Use H rather than k in date/time formats.
This commit is contained in:
@@ -55,8 +55,8 @@
|
||||
|
||||
<!-- Shows seconds -->
|
||||
<TextClock
|
||||
android:format12Hour="hh:mm:ss aa"
|
||||
android:format24Hour="kk:mm:ss"
|
||||
android:format12Hour="hh:mm:ss a"
|
||||
android:format24Hour="HH:mm:ss"
|
||||
|
||||
android:textSize="20sp"
|
||||
android:shadowColor="#7fffffff"
|
||||
@@ -67,8 +67,8 @@
|
||||
|
||||
<!-- Use a fixed time zone -->
|
||||
<TextClock
|
||||
android:format12Hour="'Time in Paris:' MMM dd, yyyy h:mmaa"
|
||||
android:format24Hour="'Time in Paris:' MMM dd, yyyy k:mm"
|
||||
android:format12Hour="'Time in Paris:' MMM dd, yyyy h:mma"
|
||||
android:format24Hour="'Time in Paris:' MMM dd, yyyy HH:mm"
|
||||
android:timeZone="Europe/Paris"
|
||||
|
||||
android:layout_width="wrap_content"
|
||||
|
||||
Reference in New Issue
Block a user