parent
cea524802e
commit
6f6636e1dc
@ -56,7 +56,7 @@ class DatePartProvider : PartProvider {
|
|||||||
} else {
|
} else {
|
||||||
val line1Format = DateFormat.getBestDateTimePattern(Locale.getDefault(), "EEEE")
|
val line1Format = DateFormat.getBestDateTimePattern(Locale.getDefault(), "EEEE")
|
||||||
val line2Format =
|
val line2Format =
|
||||||
DateFormat.getBestDateTimePattern(Locale.getDefault(), "MMMM dd yyyy")
|
DateFormat.getBestDateTimePattern(Locale.getDefault(), "MMMM dd")
|
||||||
val format = SimpleDateFormat("$line1Format\n$line2Format")
|
val format = SimpleDateFormat("$line1Format\n$line2Format")
|
||||||
Text(
|
Text(
|
||||||
text = format.format(time),
|
text = format.format(time),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user