I am formatting the start date of a list according to the code below, and in the database the dates registered in "2018-11-01" and "2018-11-02" are being listed respectively with the dates in " 10/31/2018 "and" 01/11/2018 "on the screen.
code in frontend:
{{material.dataInicio | date: 'dd/MM/yyyy' }}
Note: All other dates are correct.