id(); $val = $this->attrValue(); $futureClass = $this->futureOnly ? ' futureonly' : ''; return <<
HTML; } /** * Sets the field so that only future dates can be set on them */ function futureDateOnly() { $this->futureOnly = true; } } ?>