@@ -133,8 +133,8 @@ |
||
133 | 133 | public function renderNumeric() |
134 | 134 | { |
135 | 135 | $ret = $this->year; |
136 | - $ret .= $this->month > 0 && $this->month < 13 ? "-".sprintf("%02s", $this->month) : ""; |
|
137 | - $ret .= $this->day > 0 && $this->day < 32 ? "-".sprintf("%02s", $this->day) : ""; |
|
136 | + $ret .= $this->month > 0 && $this->month < 13 ? "-" . sprintf("%02s", $this->month) : ""; |
|
137 | + $ret .= $this->day > 0 && $this->day < 32 ? "-" . sprintf("%02s", $this->day) : ""; |
|
138 | 138 | return $ret; |
139 | 139 | } |
140 | 140 | } |