[
https://issues.apache.org/jira/browse/LANG-486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12795779#action_12795779
]
Michael Osipov commented on LANG-486:
-------------------------------------
I don't know here you got this from but java.text.DateFormat#setLienent says:
"Specify whether or not date/time parsing is to be lenient. With lenient
parsing, the parser may use heuristics to interpret inputs that do not
precisely match this object's format. With strict parsing, inputs must match
this object's format. "
We do parse too, the word lenient should remain since it is already known as a
method name part.
> Add (non-)lenient date parsing
> ------------------------------
>
> Key: LANG-486
> URL: https://issues.apache.org/jira/browse/LANG-486
> Project: Commons Lang
> Issue Type: Improvement
> Components: lang.time.*
> Affects Versions: 2.4
> Reporter: Michael Osipov
> Fix For: 3.0
>
> Attachments: LANG-486.patch
>
>
> I use a lot the DateUtils#parseDate method and it's very handy. It lacks
> leniency handling. I patched a solution against 2.4
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.