How can I convert the date format from d-mmm-yyyy to yyyy-mm-d using Angular 2's datepipe?
I need to change dates like 1-Nov-2019 to 2019-11-1 or 15-Dec-2018 to 2018-12-15
It's essential that I achieve this transformation using the built-in functionalities of the date pipe.