I am currently utilizing Angular 2 Material's DatePicker component here, and I am interested in dynamically setting the display format such as YYYY-MM-DD or DD-MM-YYYY, among others.
While there is a method to globally extend this by overriding the "Date Adapter" being used, it doesn't suit my needs as I require different date time pickers with various formats. Setting it globally is not an option for me. Are there any known workarounds for this issue?