value = $i; } public function getValue() { return $this->value; } public function __toString() { return date("Y-m-d H:i:s", $this->value); } }