I'm using Angular 2 Material's DatePicker component here, and I want to be able to dynamically set the display format of (i.e. YYYY-MM-DD or DD-MM-YYYY, etc.)
There seems to be a way to extend this globally by overriding the used "Date Adapter", but that doesn't work for me because I potentially need different date time pickers to have different formats. I can't set it globally. Is there any known workaround for this?