How to get custom date format value from NGX-Bootstrap datepicker
Before returning the date, convert the date format as the following:
let date = new Date(dateValue).toLocaleDateString();
then assign date
to the form controller
Before returning the date, convert the date format as the following:
let date = new Date(dateValue).toLocaleDateString();
then assign date
to the form controller