Search:

Type: Posts; User: chunkymonkey

Search: Search took 0.10 seconds.

  1. Replies
    6
    Views
    659

    Re: date problem

    So, reinstalling did the trick. I don't see where I do this, but how do I mark this as solved?
  2. Replies
    6
    Views
    659

    Re: date problem

    I feel pretty confident that it's the exact code. I selected all, and copied it to this forum.
    I have another computer. I'll try installing Eclipse on it, and copy and paste to it, to see if it...
  3. Replies
    6
    Views
    659

    Re: date problem

    A few times. With different variations of commenting out the System.out.println statements. For example

    System.out.println("yyyy/MM/dd");
    System.out.println(for1.format(date1));
    ...
  4. Replies
    6
    Views
    659

    date problem

    Hello,
    For my Java class I have to output the date in multiple formats. So I was going to start very simple and came up with the following code
    [code]
    import java.util.Date;
    import java.text.*;
    ...
Results 1 to 4 of 4