Open mariaalcazar opened 8 months ago
The format does not work in Mac, in IOS and Android works correctly shows the date in dd/MM/yyyy
Format also doesn't work correctly on Windows. Using the format of dd. MM. yyyy
works correctly on Android, but doesn't show the periods on Windows
Android:
Windows:
Slashes work but very weirdly:
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