I'm learning to much but I can't find how to add 4 days (+4) to AngularJS response {{x.date}}.
How can I learn about split this date DATA for add 4 days to date DATA and join to show them correctly?
<p>{{x.date}}</p> shows in HTML as "29/10/1987", for example.
x.date is just an ordinary JavaScript Date object.
 
    