I have a table from an outside database. The date/time is stored as a text field in the format of 2014-06-18 08:00:00.0000000.
I have a start time and an end time field, both in that format. I need to calculate the time between, but it won't do it because it is a text field.
I am trying to...