ChiTownDiva
Technical User
Afternoon All...
I work off of an Oracle database and I have a field that represents a time (i.e. 080000 for 8 a.m.) that is VARCHAR2 type.
I need to write a formula to calculate the difference between two times. I know I need to convert this field to a Time field in order to do this--I tried the TimeValue() and got a "Bad Time Format String" error message.
What can I use to convert the string into a time and then calculate the difference.
Thanks in advance.
ChiTownDiva
I work off of an Oracle database and I have a field that represents a time (i.e. 080000 for 8 a.m.) that is VARCHAR2 type.
I need to write a formula to calculate the difference between two times. I know I need to convert this field to a Time field in order to do this--I tried the TimeValue() and got a "Bad Time Format String" error message.
What can I use to convert the string into a time and then calculate the difference.
Thanks in advance.
ChiTownDiva