I have a problem with setting the date and view it on the web page here is my code:
.ts
public lastActivitateDate = new Date('10.10.2016');
.html
{{lastActivitateDate | date : 'dd.mm.yyyy'}}
and I get on the web page: 10.00.2016
so how do I fix this problem?