更改sfDatePicker

时间:2015-11-09 13:01:59

标签: xaml windows-runtime windows-store-apps syncfusion

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

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

例如我想看到09 11 2015年的图像

enter image description here

我怎样才能实现这一目标?

1 个答案:

答案 0 :(得分:1)

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