Search code examples
xamlwindows-runtimewindows-store-appssyncfusion

change order of square in sfDatePicker


I have a sfdatepicker in my windows app project but when i use it the SfDateSelector appears in american format, and i want to change it to european (day/month/year)

<Syncfusion:SfDatePicker  x:Name="SearchDate1" Grid.Column="0"  AccentBrush="{StaticResource BrandBrush}" />

for example on image bellow i want to see 09 11 2015

enter image description here

how can i achieve that?


Solution

  • You can set SelectorFormatString="d/m/y" on your DatePicker. See https://www.syncfusion.com/kb/5307/how-can-i-set-different-patterns-for-the-date-in-the-sfdatepicker