Hi!
I have a column called message and another column called delivered.
MESSAGE DELIVERED
200205281618 200205290700
200205281908 200205301920
These 2 fields are in the format yyyymmddhhmm. They are strings.
I want to be able to convert them to DD:HH:MM:SS and then
substract DELIVERED FROM MESSAGE in the format DD:HH:MM:SS.
Any ideas on how to do this?
Thanks a lot!!!
I have a column called message and another column called delivered.
MESSAGE DELIVERED
200205281618 200205290700
200205281908 200205301920
These 2 fields are in the format yyyymmddhhmm. They are strings.
I want to be able to convert them to DD:HH:MM:SS and then
substract DELIVERED FROM MESSAGE in the format DD:HH:MM:SS.
Any ideas on how to do this?
Thanks a lot!!!