Hello, all!

To parse date rfc822 message I use LenientFieldParser, and it
internally uses DateTimeFieldLenientImpl.PARSER.
This parser use only one standard date format from DEFAULT_DATE_FORMAT
const. And there's no usual method to parse non-standard date formats.
How it can be added to FieldImpl?
I see a workaround: to parse field manually, not using
LenientFieldParser, but it seems to be ugly.

-- Konstantin Gribov aka gross

Reply via email to