votes
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 ...
