How to extract time from a time stamp?

I have 'start' and 'end' timestamps for a particular process. These time stamps contain data in "month date year hour minute second millisecond" format.

I need to find the delta time between the start and end times.

How do I do this?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.