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 .

貢獻者指南