datetimepicker icon indicating copy to clipboard operation
datetimepicker copied to clipboard

Add property to Windows date picker that allows the user to control what type of calendar they want to display.

Open rectified95 opened this issue 4 years ago • 0 comments

Some countries use multiple calendar types, eg. Japan (standard/imperial) or Israel. Add support for the CalendarIdentifier property exposed by the underlying Xaml control on Windows.

Implementation will follow the same patterns as the existing date format-related props for Windows.

Ref: https://docs.microsoft.com/en-us/uwp/api/windows.ui.xaml.controls.calendardatepicker?view=winrt-18362#globalization

rectified95 avatar May 14 '20 22:05 rectified95