Relative Content

Tag Archive for angulardateangular-materialdatepicker

Angular Material DatePicker Format

I have an angular application, which is styled with Angular Material. In short, I have a form, which consists of multiple mat-form-field components, among which there is a datepicker one. The idea is the following: when a user selects a year and then a month, the dialog will be closed (I don’t care about the day, and want to exclude it instead), and this specific field in the form will be patched with the selected date.