I have a datetime field in my SQL Server Table called StartTime. When I display the field on a form, I just want to display the time portion of the field in a DateTimePicker? The user can change the start time and then I want to save it back to the table.
How do I bind this field to my form so that only the time displays?
Bill