where( $this->getColumn() . ' >= \'' . $this->getHttpValue()['from'] . ' 00:00:00\' AND ' . $this->getColumn() . ' <= \'' . $this->getHttpValue()['to'] . ' 23:59:59\'', ); return $queryBuilder; } }