NSPredicateEditorRowTemplate for date comparison
- by Dave DeLong
I'm building an NSPredicateEditor, and I want the ability to do advanced date comparison.
I realize that I can build an NSPredicateEditorRowTemplate with a rightExpressionType of NSDateAttributeType, but the predicates I want to build need to be much more advanced than that.
For example, I need to basic comparison like:
dateKeypath < aDate…