where( 'strftime(\'%Y-%m-%d\', ' . $this->getColumn() . ') = :' . $this->getParameterKey(), ); if ($this->getHttpValue() === null) { throw new FilterParameterValueIsNullException($this->field); } $queryBuilder->setParameter($this->getParameterKey(), $this->getHttpValue()); return $queryBuilder; } }