commit-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[commit-cp] [bug #13191] java.util.Calendar broken with certain operatio


From: Sven de Marothy
Subject: [commit-cp] [bug #13191] java.util.Calendar broken with certain operations
Date: Wed, 1 Jun 2005 09:14:37 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20040922

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/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]