10-17-2008 05:21 AM
Hi,
Time stamp has both time & date .Is it possible to seperate time alone from the time stamp value?.
Solved! Go to Solution.
10-17-2008 05:30 AM - edited 10-17-2008 05:31 AM
Hi,
I found that. I used Format Date/time String to get the Time alone.
Is there any function to convert from that Time- string(1:01:01 AM), to seconds.
Regards,
Raja
10-17-2008 06:05 AM - edited 10-17-2008 06:05 AM
If you want to know the number of seconds since the start of the day, you can use Seconds to Date/Time and then unbundle the hours, minutes and seconds, then calculate the total seconds.
If you want to perform some calculations between two time stamps, you can use the math functions ( +, - ) directly; see Jim Kring's blog post located here...