mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-24 14:47:13 -04:00
chore: disable time format temporarily
This commit is contained in:
parent
16a167c19c
commit
a19536d525
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ impl DateTypeOption {
|
|||
}
|
||||
|
||||
fn fmt_str(&self) -> String {
|
||||
format!("{} {}", self.date_format.format_str(), self.time_format.format_str())
|
||||
format!("{}", self.date_format.format_str())
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue