Search:

Type: Posts; User: dalythe

Search: Search took 0.17 seconds.

  1. Re: Using Date() to get Start Time and Finish Time of a copyFiles method

    I tried this and it was acting as if I didn't import Date class.

    --- Update ---

    I imported java.text.* and java.util.* and I get a red exclamation mark stating that it cannot find Date()...
  2. Using Date() to get Start Time and Finish Time of a copyFiles method

    I have a single file copy that I want to record the start time and the finish time for. The code below indeed provide me with time, but the start and finish are the same. I know for a fact that it...
Results 1 to 2 of 2