Guys,
Heres what i want to do. I have a logging program that records the date and time a process was started and also logs the date and time of when it completed. What i want to do is compare these values to get an elapsed time for the process. Because the logging program writes the data to a text file, i have this data in string format. Does anyone have any code that can do this comparison.




Reply With Quote