I have a list of items that came in a result from the API. In my view, I present this results whit an ng-repeat.
<div ng-repeat="item in items"></div>
heres my API response.
2017-01-17T09:35:38.429Z
2017-01-03T10:00:00.000Z
2017-01-27T14:34:55.179Z
I need to filter by date, i.e if the items are more than 3 months old show.