Format and Parse date of Angular Material Datepicker
Views (1)
TL;DR: Check this repo for the implementation: https://github.com/kalluu-ck/custom-ng-mat/blob/main/src/shared/controls/custom-date-adapter.ts How the Datepicker works by default? The Angular Material uses the DateAdapter to manipulate the date. This is an abstract class and we need to implement this abstract class to actually implement all the manipulations. Angular Material has its native implementation of the date adapter which is […]
This was originally posted here.
*This post is locked for comments