I am trying to make a vb6 script that reads from a text file.
An example of a line from the text file is:
1/17/2008-8:53:25 PM-John

Is there a way to check if this was 12 hours ago? As in calculate the time passed since 1/17/2008-8:53:25 PM-John.

Thanks!