Search:

Type: Posts; User: bczm8703

Search: Search took 0.08 seconds.

  1. [SOLVED] Re: getting the end of the month for a given date

    oh ic... but the month is entered by the user... would my codes work if i did (Calendar.DAY_OF_MONTH+1)?
  2. [SOLVED] Re: getting the end of the month for a given date

    no diff... still the same...
  3. [SOLVED] getting the end of the month for a given date

    Calendar eCal = Calendar.getInstance();
    eCal.set(2011,11,3);
    //eCal.set(Integer.parseInt(year.getText()), Integer.parseInt(month.getSelectedItem().toString()),...
Results 1 to 3 of 3