The minutes and months are incorrect. `yyyy-MM-dd` gives me the `<year>-<minute>-<day>` instead of `<year>-<month>-<day>` To get a date I have to use` yyyy-mm-dd` which is incorrect.
The minutes and months are incorrect.
yyyy-MM-ddgives me the<year>-<minute>-<day>instead of<year>-<month>-<day>To get a date I have to use
yyyy-mm-ddwhich is incorrect.