+
+ /**
+ * Devuelve un objeto date
+ *
+ *
+ * @access public
+ * @return object Date.
+ */
+ function &getValue()
+ {
+ if ($this->_selectedDate['Y'] != 00) {
+ return new Date (sprintf("%04d-%02d-%02d 00:00:00",$this->_selectedDate['Y'],$this->_selectedDate['F'],$this->_selectedDate['d']));
+ }
+ else {
+ return null;
+ }
+ } // end func _createNumericOptionList