I am working on Angular7 and its compatible ngx-mat-datetime-picker. It works as expected.
Want to customize the format:
Actual: mm/dd/yyyy, hh:mm:ss
Expected: yyyy-mm-dd hh:mm:ss
Currently I don't find any option for formatting.
I tried something like this in template value="{{ mydate | date: 'yyyy-mm-dd hh:mm:ss' }}
But not working.
