You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Charles Honton (JIRA)" <ji...@apache.org> on 2014/01/13 23:53:51 UTC

[jira] [Created] (LANG-950) FastDateParser does not handle two digit year parsing like SimpleDateFormat

Charles Honton created LANG-950:
-----------------------------------

             Summary: FastDateParser does not handle two digit year parsing like SimpleDateFormat
                 Key: LANG-950
                 URL: https://issues.apache.org/jira/browse/LANG-950
             Project: Commons Lang
          Issue Type: Bug
            Reporter: Charles Honton
            Priority: Minor


SimpleDateFormat has a set2DigitYearStart(Date startDate)  method to determine the start of the default century.  FastDateParser uses a static 80 years in the past as the default century start.

The application should be able to set the default century as part of the constructor.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)