Storing DateTimePicker selection as date

Joined
Apr 16, 2009
Messages
4
Reaction score
0
I'm trying to develop a program that will allow a user to select a date using a DateTimePicker control, store that value as a date, supply that as part of a sql query and then return the value of that datetime selection with the additional query that was written. I have the sql query if anyone needs to see it, but right now I just want to know the best way to pass that date value to my sql server from the DateTimePicker.

Thank you

Doug
 
Back
Top