In my application, I am utilizing ngx-datepicker with 'DD.MM.YYYY' as the dateInputFormat in the configuration settings of the date picker. The challenge arises when I manually input a date following the format 'YYYY.MM.DD', as the entered value gets converted to 'DD.MM.YYYY'. Not just the format changes but also the actual date value. For example, if I enter 2019.04.25, it transforms into 20.04.2025 instead of indicating an invalid date. How can this issue be resolved?