how to change FluentDatePicker to dd/mm/yyyy #2623
-
` <FluentDatePicker Style="width:100%;" Label="Appointed Date" @bind-Value="@Content.appointed_date" Required /> i have date picker, i want to change the format to dd/mm/yyyy but right now the format still d/m/yyyy please help me, thank you. |
Beta Was this translation helpful? Give feedback.
Answered by
MarvinKlein1508
Sep 6, 2024
Replies: 1 comment 2 replies
-
Have you tried specifying a different culture? By default the component will display the value as the CurrentCulture from the user. <FluentDatePicker Culture="System.Globalization.CultureInfo.InvariantCulture" /> |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
ifaizah
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Have you tried specifying a different culture? By default the component will display the value as the CurrentCulture from the user.