Maybe a bug, but i am not being able to change format of date pickers #5387
Unanswered
datoiashvili713
asked this question in
Help
Replies: 1 comment
-
Hi! This approach worked for me. Try wrap your main component with
|
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.
-
Hello, I am trying to change date range picker formatting
<I18nProvider locale={locale === "hu" ? "hu-HU" : "en-GB"}>
<DateRangePicker ... />
But this is not really working, format is always the same mm/dd/yy , is it a bug or am i doing anything wrong? How can i make it sure that while locale is hu it shows yy/mm/dd and for en it shows dd/mm/yy ?
Beta Was this translation helpful? Give feedback.
All reactions