Format in DatePickerField #612
mariaalcazar
started this conversation in
General
Replies: 1 comment
-
The format does not work in Mac, in IOS and Android works correctly shows the date in dd/MM/yyyy |
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 need the date to be displayed as dd/MM/yyyy, I use the following code, but it always shows me the date as MM/dd/yyyy. How can I make it display in the format I need?
The code is :
<material:DatePickerField Title="Seleccione Dia"
MinimumDate="1/1/2000"
Icon="calendario.png"
Format="dd/MM/yyyy">
Thanks
Beta Was this translation helpful? Give feedback.
All reactions