Skip to content

Commit

Permalink
Change formattedTimeWithDate
Browse files Browse the repository at this point in the history
  • Loading branch information
sustainable-git committed Nov 6, 2022
1 parent b4265e3 commit 6e09ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AzitTalk/AzitTalk/Application/Extension.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ extension Date {
Date.dateFormatter.dateFormat = "H:mm"
return Date.dateFormatter.string(from: self)
} else {
Date.dateFormatter.dateFormat = "yyyy. M. dd"
Date.dateFormatter.dateFormat = "yyyy. M. dd."
return Date.dateFormatter.string(from: self)
}
}
Expand Down

0 comments on commit 6e09ec8

Please sign in to comment.