[ChatTime] Fix time display
This commit is contained in:
parent
4bb5d4568e
commit
89f58a272b
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ class ChatTime {
|
||||||
|
|
||||||
/// Returns a simple time String.
|
/// Returns a simple time String.
|
||||||
String toTimeString() {
|
String toTimeString() {
|
||||||
return "${_z(dateTime.hour)}.${_z(dateTime.minute)}";
|
return "${_z(dateTime.hour)}:${_z(dateTime.minute)}";
|
||||||
}
|
}
|
||||||
|
|
||||||
/// If the ChatTime is today, this returns [toTimeString()], if not it also
|
/// If the ChatTime is today, this returns [toTimeString()], if not it also
|
||||||
|
|
Loading…
Add table
Reference in a new issue