You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We just stumbled upon an issue with the dateformat when trying to parse the date value with the dateformat result.
Here is an complete example:
Instead of the parser giving out YYYYMMDD, that is not usable directly should it not give out yyyyMMdd instead? The latter is parseable with eg DateTimeFormatter
The text was updated successfully, but these errors were encountered:
well, I guess the people at EDItEUR that maintain the Onix standard do not concern themselves with how DateTimeFormatter expects to find the format.. they use their own interpretation of data-time format.
Your code needs to transform their format into Java's. If you do that, that could be a nice contribution to Jonix as a utility function.
We just stumbled upon an issue with the dateformat when trying to parse the date value with the dateformat result.
Here is an complete example:
Instead of the parser giving out
YYYYMMDD
, that is not usable directly should it not give outyyyyMMdd
instead? The latter is parseable with egDateTimeFormatter
The text was updated successfully, but these errors were encountered: