Is there a way to display a formatted date from NextUI's DatePicker and DateInput? #3836
Unanswered
ZaidAli3642
asked this question in
Q&A
Replies: 1 comment
-
You can set the locale in the provider. see https://nextui.org/docs/api-references/nextui-provider#props |
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
-
I'm using the NextUI library version 2.3.6. I'd like to use the DatePicker or the DateInput.
However, the default format displayed is mm/dd/yyyy; I need to display the date in the following format: dd/mm/yyyy.
Is there any way of using a format other than the default within a DatePicker or a DateInput?
Beta Was this translation helpful? Give feedback.
All reactions