I'm having issues with the DatePicker control. It's driven me nuts, so maybe y'all have seen this before and can help me out.
So here's the problem: No matter what date I pick, it always returns today's date! Here's the code below, and a screenshot (for the non-believers!),
Code:
Private Sub cmdOK_Click(ByVal sender As System.Object, ByVal e As System.Windows.RoutedEventArgs) Handles cmdOK.Click
MessageBox.Show(dtpDueDate.DisplayDate())
End Sub