Results 1 to 4 of 4

Thread: DatePicker messing up!

Threaded View

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2011
    Posts
    1

    DatePicker messing up!

    Hey there,

    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
    I'm stumped! Please help me out,

    Kevin McKowski
    Attached Images Attached Images  

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width