xamarin/Xamarin.Forms

DatePicker.Format doesn't work on UWP platform .

开放

#8,670 创建于 2019年11月26日

 (4 条评论) (2 个反应) (0 位负责人)C# (1,926 个派生)batch import
e/3 :clock3:help wantedinactivep/UWPt/bug :bug:up-for-grabs

仓库指标

星标
 (5,644 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

I have a DatePicker in my application and I want to display the date in this format : 11/26/2019 So I change the Format property as follow :

myDatePicker.Format = "MM/dd/yyyy"
myDatePicker.Date = DateTime.Now;

Above code works fine on Android and iOS , but on UWP ,the display date got this format : November 26 2019 .

贡献者指南