Update of bug #13191 (project classpath):

             Assigned to:                    None => smarothy               

    _______________________________________________________

Follow-up Comment #1:

Interesting.. Because the following DOES work:

    cal.set(2005, 4, 25, 20, 50, 30);
    cal.set(Calendar.MILLISECOND, 333);
    System.out.println(cal.getTime());
    cal.set(Calendar.MONTH, 0);
    System.out.println(cal.getTime());

How strange. I'll see why this is. :)

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=13191>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/



_______________________________________________
Commit-classpath mailing list
Commit-classpath@gnu.org
http://lists.gnu.org/mailman/listinfo/commit-classpath

Reply via email to