I am trying the Angular Material Date picker input box and am type for DD/MMM/YYYY Or MMM/YYYY Or (any string value) require the user to click on button am get (any string value) and assign date picker input box.
Datepiker() {
this.mainForm.get(this.formgroupName).get('Completion').setValue("Provide");
}

Sachin SinghPosted Jan 18, 2021, 9:10 AM
In your module, import MAT_DATE_LOCALE and add it to providers:
Haridhass ManiPosted Jan 18, 2021, 9:02 AM
Kiran MohantyPosted Jan 14, 2021, 11:16 AM