I have following string stored in datatable's column with varchar or string datatype "4/29/2013 9:00:00 PM"
Now i want to convert this string to datetime
Or let me make more clear I just want to extract time part from this string "4/29/2013 9:00:00 PM" and store it in Database. Please help me. Thanks in advance