Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.
This repository was archived by the owner on May 1, 2024. It is now read-only.

DatePicker.Format doesn't work on UWP platform . #8670

@luczha

Description

@luczha

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 .

Metadata

Metadata

Assignees

No one assigned

    Labels

    e/3 🕒3help wantedWe welcome community contributions to any issue, but these might be a good place to start!inactiveIssue is older than 6 months and needs to be retestedp/UWPt/bug 🐛up-for-grabsWe welcome community contributions to any issue, but these might be a good place to start!

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions