Converting to Seconds
Posted: Tue Jun 12, 2012 12:57 am
The current time is 4:00PM.
I have the time "4:30 PM" in a field called Time.
How can I figure out the difference between these in seconds?
Obviously the current time can be captured (put the seconds into tCurrentTime).
I tried the following:
convert field Time to seconds
put merge (tCurrentTime - field Time) into tNotificationTime
...but this did not work.
Please help soon!
Thanks bunches...
-Tester2
I have the time "4:30 PM" in a field called Time.
How can I figure out the difference between these in seconds?
Obviously the current time can be captured (put the seconds into tCurrentTime).
I tried the following:
convert field Time to seconds
put merge (tCurrentTime - field Time) into tNotificationTime
...but this did not work.
Please help soon!
Thanks bunches...
-Tester2