chore: disable time format temporarily

This commit is contained in:
appflowy 2022-04-11 21:34:14 +08:00
parent 16a167c19c
commit a19536d525

View file

@ -41,7 +41,7 @@ impl DateTypeOption {
} }
fn fmt_str(&self) -> String { fn fmt_str(&self) -> String {
format!("{} {}", self.date_format.format_str(), self.time_format.format_str()) format!("{}", self.date_format.format_str())
} }
} }