let filtered = fromStorage.filter(o => { return !(o.day === e.dataset.day && o.month === e.dataset.month) });