am 8c4c7b6a: Merge "Use H rather than k in date/time formats."
* commit '8c4c7b6a9851554371f94aef9f09813a7f0bc14e': Use H rather than k in date/time formats.
This commit is contained in:
@@ -47,8 +47,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"
|
||||
@@ -59,8 +59,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