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

SimpleDateFormat won't parse "d" pattern correctly

XMLWordPrintable

    • 1.1.6
    • sparc
    • solaris_2.5.1
    • Verified



        Name: diC59631 Date: 11/20/97


        SimpleDateFormat sdf = new SimpleDateFormat("d");
        ParsePosition p = new ParsePosition(0);
        Date d = sdf.parse("14",p);
        System.out.println("Date = "+d.toString());
        System.out.println("Pos = "+p.getIndex());

        The resulting date is "Thu Jan 01 1970 3:00..."
        when it should be "Tue Jan 14 1970 3:00..."

        This code works correctly with JDK 1.3
        (Review ID: 20569)
        ======================================================================

              joconnersunw John Oconner (Inactive)
              dindrigo Daniel Indrigo (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: