You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is either a copy pasta mistake from the actual WinUI controls gallery or was created from a very early version of the DatePicker PR when I had originally tried to keep the WinUI formatting style (which was removed by request) @danwalmsley
DatePicker Day/Month/YearFormat properties require the format to be in normal .net datetime formatting, for example for the equivalent from winui (from above) it would be DayFormat="d (ddd)"
Environment
Observed with XamlControlsGallery (with both 0.10.0-preview5 and the latest Avalonia CI build.)
Windows 10 2004
The Problem
The
DatePicker
control appears to be incorrectly using itsDayFormat
as a .NETDateTime
format string:I did not modify the example XAML, but here it is for reference:
The text was updated successfully, but these errors were encountered: