Hello Friends,
I need help to get the time value from MSSQL database to VB.Net Datetimepicker
I have a datetimepicker but the custom format is set to HH:mm tt so that I can get eg 11:20 AM
this value I have stored in database with the help of Label4.Text = DateTimePicker3.Value.ToShortTimeString
but now if I want to get the same value from database to datetimepicker what shud be done???
please do help me on this
Thanks in advance