Repro steps:
- use day-month-year format
- user types in date for April 2 2021, as 02-04-21, but no time
- blur element
Expected: DateTimePicker should keep date as April 2, and fill in time as midnight.
Actual results: DateTimePicker flips month and day, and thus the date becomes February 4.
Sandbox sample: https://stackblitz.com/edit/angular-d6vodg-w55dsy?file=app.component.ts