ng-matero / extensions

Angular Material Extensions Library.
https://ng-matero.github.io/extensions/
MIT License
393 stars 48 forks source link

[MtxDatetimepicker] Using type "year" doesn't apply format #205

Closed Kristjan-Kiolein closed 1 year ago

Kristjan-Kiolein commented 1 year ago

When using datapicker type year and format yearInput: 'yyyy' the output is formatted as dd/MM/yyyy Demo here

nzbin commented 1 year ago

I saw you installed date-fns-adpter, please check the #141 to set the adapter correctly.

Kristjan-Kiolein commented 1 year ago

Didn't find the right docs, fixed the demo also. Sorry for wasting your time