style: formatting
This commit is contained in:
parent
13eae40e35
commit
f5e0bb1804
@ -41,8 +41,8 @@ pub(crate) fn CategoryCalendarPage() -> Element {
|
||||
.format_localized(
|
||||
format!(
|
||||
"%A %-d. %B{}",
|
||||
if date_current.year() != today_date.year() {" %Y"}
|
||||
else {""}
|
||||
if date_current.year() != today_date.year()
|
||||
{" %Y"} else {""}
|
||||
).as_str(),
|
||||
Locale::en_US
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user