mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
feat: Date format (#2414)
* build: fetch update from upstream * fix: date format * style: remove log package * style: remove unused import * chore: remove whitespace changes * chore: remove whitespace changes * chore: remove whitespace changes --------- Co-authored-by: parfait kouassi <parfait@gmail.com> Co-authored-by: Alex Wallen <wallenstephen@outlook.com>
This commit is contained in:
parent
c672a2a8ba
commit
d65a56151b
@ -280,7 +280,7 @@
|
||||
"numberFormat": "Number format",
|
||||
"dateFormat": "Date format",
|
||||
"includeTime": "Include time",
|
||||
"dateFormatFriendly": "Month Day,Year",
|
||||
"dateFormatFriendly": "Month Day, Year",
|
||||
"dateFormatISO": "Year-Month-Day",
|
||||
"dateFormatLocal": "Month/Day/Year",
|
||||
"dateFormatUS": "Year/Month/Day",
|
||||
|
@ -207,7 +207,7 @@ impl DateFormat {
|
||||
DateFormat::Local => "%m/%d/%Y",
|
||||
DateFormat::US => "%Y/%m/%d",
|
||||
DateFormat::ISO => "%Y-%m-%d",
|
||||
DateFormat::Friendly => "%b %d,%Y",
|
||||
DateFormat::Friendly => "%b %d, %Y",
|
||||
DateFormat::DayMonthYear => "%d/%m/%Y",
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user