Does anyone have a walk through on how to filter a list by comparing dates? I have an entity with a Date attribute and I want to check if it is more than x days from that date. Once I get there I want to use that to filter a list of all the items in that entity to show only those items that greater than x days old.
↧