Replies: 1 comment
-
|
arrgghhh It is not a bug but the difference between DateTime and DateTimeOffset ... ... which I never will be understand. CalendarDatePicker is using DateTime and DatePicker DateTimeOffset. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
in a DatePicker control I have binded SelectedDate to a property in my viewmodel and this property is set either in the constructor or in Visual_OnAttachedToVisualTree to DateTime.Today
The control appears on screen initially empty as descripted in the docs if SelectedDate where null.
CalendarDatePicker is working as expected.
It must be a bug?
Beta Was this translation helpful? Give feedback.
All reactions