function getSQL()
 {
     return Specification::betweenFullDateSQL($this->field_name, $this->value1, $this->value2);
 }