Hi !
Since we upgraded to Angular 10 / ej2 18.2.55, the French localization of the ejs-datepicker and
ejs-datetimepicker
isn't working anymore. When selecting a date from another month, the value selected has the right date, but the month is changed to the current month, so if I choose September 9, the input will show August 9 (considering today is August 31). Everything was working correctly with Angular 8 / ej2 17.3.20.
I tried switching to the 'de' locale, like the example (
https://ej2.syncfusion.com/angular/documentation/datepicker/globalization/) and everything is working correctly, so its looks like something is up with the French localization.
I included a small repo to show you the problem.
Thanks !
Martin