enisn / UraniumUI

Uranium is a Free & Open-Source UI Kit for MAUI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Format in DatePickerField

mariaalcazar opened this issue · comments

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

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:
image

Windows:
image

Slashes work but very weirdly:
image
image

image
image