v1.9.0
New features
- Support for
parseDateTime(...)
withjava.text.ParsePosition
. This avoids the need to use substring for passing in the date-time string. - Support for parsing leniently with
ParseConfig
which allows the configuration of the date/time separator (typicallyT
) and the fragment separator (typically.
). - More expressive and better aligned error messages.