I use material (https://material.angular.io/components/datepicker/overview) for angular 5. Can we choose in the DatePicker only year and month (I do not want to choose day, day must be choose by default)? For example: - if the user selects july/2017, the component parse it to the first day of july. Something like new Date(2017,6,1);