Search:

Type: Posts; User: pbrockway2

Search: Search took 0.07 seconds.

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

    You're welcome.
  2. Re: Using Date() to get Start Time and Finish Time of a copyFiles method

    dNow is never given a different value after it is initialised.

    You could do away with the variable altogether and say



    jLabel2.setText(ft.format(new Date()));
    // some code
    // and later......
Results 1 to 2 of 2