I am using a ComboBox to display time values in a DropDownList. The values get pulled from a SQL Server database. The field in the database is a datetime field and I enter the values like "6:00:00 AM"
When I pull these values from the database and use them to populate the ComboBox, they display like "12/30/1899 6:00:00 AM"
How do I format them to display as a short Time?
When I pull these values from the database and use them to populate the ComboBox, they display like "12/30/1899 6:00:00 AM"
How do I format them to display as a short Time?