enisn / UraniumUI

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

Format in DatePickerField #611

Open mariaalcazar opened 2 months ago

mariaalcazar commented 2 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 2 months ago

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