Using predicate on date formatted field in array

Hi all,

This is my first time post. I am working a project that loads up various data around targets and performance. After reading shane’s book, I have got a basic understanding of filtering list, using search fields and predicates ect.

However, what I can not figure out is how to filter on the date field. I am aware you can’t use terms such as “contains” as the date is not a string but I can’t find the right expression to get it to find the user selected date.

Would anyone be able to point me in the right direction? Any help would be much appreciated, I have tried so many options but I feel like i must be looking at this in the wrong way.

Thank you,

Mark

You can use IN, and things like < and >. Search the docs for “Introduction to Predicates Programming Guide”.