Updated on 2026-08-14
This commit is contained in:
parent
39d212a493
commit
93ae0d8522
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ data class HistoryTransactionData(
|
|||
} ?: ""
|
||||
|
||||
val time: String = transactionData.date?.let {
|
||||
SimpleDateFormat("hh:MM").format(it.time)
|
||||
SimpleDateFormat("HH:mm").format(it.time)
|
||||
} ?: "00:00"
|
||||
|
||||
val date: String = calculateDate()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue