Search:

Type: Posts; User: JavaPF

Search: Search took 0.14 seconds.

  1. Replies
    14
    Views
    2,588

    Re: Help with method

    You basically need to take the previous recorded time and compare it with the latest time and work out the difference.

    I would use String replace on the time. For example 10:01:45, replace the :...
  2. Replies
    14
    Views
    2,588

    Re: HELP "code needed"

    No problem Dave. Has this solved your issue?
  3. Replies
    14
    Views
    2,588

    Re: HELP "code needed"

    How about this?



    import java.text.SimpleDateFormat;
    import java.util.Calendar;
    import java.io.*;

    public class DavesTimer {
Results 1 to 3 of 3