blah blah blah is here! blah blah » Close

0
votes
1 answers

Date time picker return value

[code]DateTime BirhtDate = dtBirthDate.Value.Date;[/code] in the statement i'm trying to get the date from DateTimePicker in win app and pass it to a sql statement to be inter to database, but actually i'm getting the following : [c ...

Feedback