parts[$parts])) unset($this->parts[$parts]); } } else { if (isset($this->parts[$part])) unset($this->parts[$part]); } return $this; } public function parts($part = array()) { $this->parts = $part; return $this; } } // End Form Dateselect