DateNode
DateNode(const char *value);
class DateNode : public LeafNode {
return _PushNode(new(nothrow) DateNode(date), true);
DateNode::DateNode(const char *value)
DateNode::GetString(BString &predicate)
new DateNode("22 May 2002")
new DateNode("22 May 2002")
TestPredicate(DateNode("+15 min"));
TestPredicate(DateNode("22 May 2002"));
TestPredicate(DateNode("tomorrow"));
TestPredicate(DateNode("17:57"));
TestPredicate(DateNode("invalid date"), B_BAD_VALUE);
TestPredicate(OpNode(B_NOT, new DateNode("22 May 2002")));
new DateNode("20 May 2002")
new DateNode("20 May 2002")