enisn / UraniumUI

Uranium is a Free & Open-Source UI Kit for MAUI.
Apache License 2.0
1.19k stars 142 forks source link

Format in DatePickerField #611

Open mariaalcazar opened 8 months ago

mariaalcazar commented 8 months ago

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

mariaalcazar commented 8 months ago

The format does not work in Mac, in IOS and Android works correctly shows the date in dd/MM/yyyy

araghon007 commented 5 months ago

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