Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4072029

Problem with Date parsing or Date.toString()

XMLWordPrintable

    • 1.2beta3
    • x86
    • windows_95
    • Not verified



      Name: sg39081 Date: 08/14/97


      import java.util.Date;

      public DateTest {
          public static void main(String[] args) {
              Date now = new Date();
              System.out.println(now.toString());
              Date now2 = new Date(now.toString());
              System.out.println(now2.toString()); // An hour's difference
           }
      }
      company - IBM , email - ###@###.###
      ======================================================================

            aliusunw Alan Liu (Inactive)
            sgoodsunw Sheri Good (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: