Replies: 2 comments 1 reply
-
Hi, thank you for the hint.
Will doublecheck what vue-i18n provides for formatting date/time |
Beta Was this translation helpful? Give feedback.
0 replies
-
It's implemented in ef8c3a3 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Could you please change line 665 in HomeView.vue to use local time according to selected language?
Thanks in advance,
Ben
./webapp/src/views/HomeView.vue:
665: const userLocale = localStorage.getItem("locale") || navigator.language;
Beta Was this translation helpful? Give feedback.
All reactions