Search:

Type: Posts; User: joshft91

Search: Search took 0.08 seconds.

  1. Thread: Calendar date

    by joshft91
    Replies
    11
    Views
    2,733

    Re: Calendar date

    Little bump here. I posted this thread over on a different forums...

    Creating a test class - Java Forums

    Got any insight?
  2. Thread: Calendar date

    by joshft91
    Replies
    11
    Views
    2,733

    Re: Calendar date

    Alright, I read that but I'm still unsure how to incorporate a method into that.

    public void nextWeek() {

    for (int i = 0; i <7; i++) {
    tomorrow();
    }
    }
  3. Thread: Calendar date

    by joshft91
    Replies
    11
    Views
    2,733

    Re: Calendar date

    Alright, I got that fixed. Everything up in the constructor works correctly now.

    However, the problem I'm having now it the "nextWeek()" method. My "tomorrow()" method works completely fine - I...
  4. Thread: Calendar date

    by joshft91
    Replies
    11
    Views
    2,733

    Re: Calendar date

    Did you read my intro? Let me know when you do.
    I think I'll be moving to a different forum for help ... thanks for the ... uh ... help in your second post? Oh wait.
  5. Thread: Calendar date

    by joshft91
    Replies
    11
    Views
    2,733

    Re: Calendar date

    Alright, thanks for the reply. Here's a question I have regarding the setup of the constructor.

    public Date (String month, int day, int year) {
    if...
  6. Thread: Calendar date

    by joshft91
    Replies
    11
    Views
    2,733

    Calendar date

    Hey guys ... well, if you read my intro, you'll know where I'm coming from. I'm working on creating a very simple "date" ... here's the code.
    public class Date {
    private int day;
    private...
Results 1 to 6 of 6