Search:

Type: Posts; User: Endor

Search: Search took 0.09 seconds.

  1. Replies
    2
    Views
    2,109

    Re: Help with Date.getTime()

    I changed hh:mm:ss to HH:mm:ss and it worked fine. I looked at what was the cause and it seems 'h' is used for the am/pm hour format and 'H' for the 24-hour format.

    Thanks newbie.
  2. Replies
    2
    Views
    2,109

    Help with Date.getTime()

    Hi,

    I'm having a problem with this method and I can't see what I'm doing wrong :(



    import java.util.Date;
    import java.text.DateFormat;
    import java.text.SimpleDateFormat;
    import...
Results 1 to 2 of 2