更改 sfDatePicker 中正方形的顺序

change order of square in sfDatePicker

我的 windows 应用程序项目中有一个 sfdatepicker 但是当我使用它时,SfDateSelector 以美国格式出现,我想将其更改为欧洲格式 (day/month/year)

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

例如下面的图片我想看到 09 11 2015

我怎样才能做到这一点?

您可以在 DatePicker 上设置 SelectorFormatString="d/m/y"。参见 https://www.syncfusion.com/kb/5307/how-can-i-set-different-patterns-for-the-date-in-the-sfdatepicker