mtheriault2000
Well-known Member
- Joined
- Oct 23, 2008
- Messages
- 826
Hello
I got 2 string that represent time as (yyyymmdd hh:mm:ss)
t1 = "20110922 18:57:00"
t2 = "20110922 19:00:02"
Now, I need to calculate
(T2- T1) + T2
What is the step that I need to accomplish to get the result equal to
"20110922 19:03:00"
How do I transform a string date to a string number
Martin
I got 2 string that represent time as (yyyymmdd hh:mm:ss)
t1 = "20110922 18:57:00"
t2 = "20110922 19:00:02"
Now, I need to calculate
(T2- T1) + T2
What is the step that I need to accomplish to get the result equal to
"20110922 19:03:00"
How do I transform a string date to a string number
Martin