Search:

Type: Posts; User: Darryl.Burke

Search: Search took 0.10 seconds.

  1. Replies
    11
    Views
    2,733

    Re: Calendar date

    Doesn't make a difference which forum you go to if you don't take the advice offered and continue to compare Strings using == instead of equals(...).

    db
  2. Replies
    11
    Views
    2,733

    Re: Calendar date

    :headdesk:
  3. Replies
    11
    Views
    2,733

    Re: Calendar date

    Don't use == for comparing Strings or other reference types for equality of content, use the .equals(...) method instead.


    Don't forget to cater for the last day of the year.

    db
Results 1 to 3 of 3