In controller using filterFilter to filter data in json object like below
self.InfoAlerts = filterFilter(self.alerts, {Type:'Info'});
Which returns json object only if Type is Info. Is it possible to compare date and return object if the date value from json object is less than 2 weeks?