mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
chore: disable time format temporarily
This commit is contained in:
parent
16a167c19c
commit
a19536d525
@ -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…
Reference in New Issue
Block a user