This datepicker uses a custom Date adapter that let you use your own model implementation. In the example we are converting from and to a JS native Date object



Month: {{ date.month }}.{{ date.year }}
Model: {{ model?.toString() }}