function DatePredicate(&$parent, $col, $value)
 {
     $this->col = $col;
     parent::Predicate($parent, $value);
 }