https://issues.apache.org/bugzilla/show_bug.cgi?id=45246

           Summary: Built In Date format
           Product: POI
           Version: unspecified
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HSSF
        AssignedTo: dev@poi.apache.org
        ReportedBy: [EMAIL PROTECTED]


I'm using Excel 2003 with a standard Date cell format of "*3/14/2001".  This is
format index 14 (according to ExtendedFormatRecord).  When I call
HSSFDataFormat.getBuiltinFormat(14), I get mm/dd/yy.  I was expecting
mm/dd/yyyy.

In another related issue, I use date format "3/14/2001".  This format should be
a built in format, but it's index returns as 165.  When I get the FormatRecord,
the format string shows as "m/d/yyyy;@".  I was expecting m/d/yyyy.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to