Given a Time String of "01:00:00", how would I calculate the number of seconds contained within the time presented? For example, the string shown represents an hour of time. I need to find out how to convert this time to 3600 seconds.
Thanks in advance
Thanks in advance