. */ /** * Defines a date selector made out of 3 name."[day]\"".($this->class!=NULL?" class=\"".$this->class."\"":"").($this->readonly?" disabled":"").">"; if( $this->value==NULL || substr($this->value, 8, 2)=="00" ) $ret .= ""; for( $i=1; $i<=31; $i++ ) { $ret .= ""; } $ret .= ""; // Month $ret .= ""; // Year $ret .= ""; return $ret; } }