/**
  * @see	\wcf\system\option\user\IUserOptionOutput::getOutput()
  */
 public function getOutput(User $user, UserOption $option, $value)
 {
     $profile = new UserProfile($user);
     return $profile->getBirthday();
 }