Closed JL710 closed 1 month ago
The last two digits of a year do not unambiguously identify what year should be used.
The last two digits of a year do not unambiguously identify what year should be used.
Maybe there could be a way to add additional info about the year so that it works.
You can go through the Parsed
struct manually, setting the full year while using the information from the two digits.
I am trying to parse this date
30.09.24
with this code:I am getting this error:
I have no idea what I am doing wrong here.