public function FilterIntervalDateSlider($fName, $pageObject, $id, $viewControls)
 {
     parent::FilterIntervalSlider($fName, $pageObject, $id, $viewControls);
     $this->stepType = $this->pSet->getFilterStepType($fName);
     if ($this->stepType == FSST_MONTHS) {
         $this->months = array("January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December");
     }
 }
 public function FilterIntervalDateSlider($fName, $pageObject, $id, $viewControls)
 {
     parent::FilterIntervalSlider($fName, $pageObject, $id, $viewControls);
     $this->stepType = $this->pSet->getFilterStepType($fName);
     if ($this->stepType == FSST_MONTHS) {
         $this->months = array("Enero", "Febrero", "Marzo", "Abril", "Mayo", "Junio", "Julio", "Agosto", "Septiembre", "Octubre", "Noviembre", "Diciembre");
     }
 }