Allow to change "date" format in user's profile #11973
Replies: 2 comments
-
As of 2022.12.16 I see that a 4th parameter was added to profile customization:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
I checked in HA |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently (i.e.
core-2022.3.2
) the user can customize these items related to local formats in their profile:There is no separate option to customize
Date
. The date format depends solely on theLanguage
selected by the user.E.g. the
input_datetime
entity is displayed in the default format of the language in the Lovelaceentities
card:3/7/2022
07/03/2022
So there is no way to have
English
language and date in the format of e.g.2022.03.07
.It would be appreciated if the
Date format
was introduced in the user's Profile configuration.Beta Was this translation helpful? Give feedback.
All reactions