Added by Form_Dateselect_Part on 2008-03-12 15:26:04 Download/View
- /**
- * FORGE dateselect input library.
- *
- * $Id: Form_Dateselect.php 1923 2008-02-05 14:49:08Z Shadowhand $
- *
- * @package Forge
- * @author Kohana Team
- * @copyright (c) 2007-2008 Kohana Team
- * @license http://kohanaphp.com/license.html
- */
- class Form_Dateselect_Part extends Form_Dateselect_Core {
- public function remove($part)
- {
- {
- foreach($part as $parts){
- }
- } else {
- }
- return $this;
- }
- {
- $this->parts = $part;
- return $this;
- }
- } // End Form Dateselect