I am using Wijmo date picker. I am getting an error when I send proper date format for Wijmo date. Sometimes the same date is picked without error, sometimes an error is displaying.
I am setting form value this.mfForm.get('date').setValue('15/12/2019');
Every time the date value will change on button click.
The Wijmo InputDate control accepts the date in the format 'MM/dd/yyyy' by default. So, you will need to provide the date in this format: