Search:

Type: Posts; User: banny7

Search: Search took 0.10 seconds.

  1. Replies
    2
    Views
    1,439

    [SOLVED] Re: Calendar class question.

    I didn't realize that it was just creating a second reference. The clone was what I was missing thanks. Changed my code to the following.


    Calendar newDate = (Calendar) passedDate.clone();
  2. Replies
    2
    Views
    1,439

    [SOLVED] Calendar class question.

    I am not sure if I am posting this under the right thread or not but here it goes. I ran into a little problem while using the Calendar class. At work our work weeks are from Monday to Sunday and I...
Results 1 to 2 of 2