format = $_REQUEST['format']; } else { $this->format = self::DEFAULT_FORMAT; } } public function date() { return date($this->format, time()); } }