angular material date-time picker - format the input with date and 24 hour time
00:13 17 Jul 2020

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 -->present

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.

angular angular-material