Skip to content

Commit 6e09ec8

Browse files
Change formattedTimeWithDate
1 parent b4265e3 commit 6e09ec8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AzitTalk/AzitTalk/Application/Extension.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ extension Date {
2525
Date.dateFormatter.dateFormat = "H:mm"
2626
return Date.dateFormatter.string(from: self)
2727
} else {
28-
Date.dateFormatter.dateFormat = "yyyy. M. dd"
28+
Date.dateFormatter.dateFormat = "yyyy. M. dd."
2929
return Date.dateFormatter.string(from: self)
3030
}
3131
}

0 commit comments

Comments
 (0)