I am using https://www.npmjs.com/package/@angular-material-components/datetime-picker for datetime picker for my angular material.io app
I want to format my date input to show time in 24 hours format(02/15/2020 21:05) input right now -->
Documentation talks about creating a custom adapter by extending NgxMatDateAdapter but to extend that I have to implement 20 functions in that class. Any help is appreciated.