Commit a4e86c02 by Carsten Brandt

date formatter iteration

parent 7f1f7594
...@@ -258,6 +258,8 @@ class FormatterTest extends TestCase ...@@ -258,6 +258,8 @@ class FormatterTest extends TestCase
$this->assertSame($this->formatter->nullDisplay, $this->formatter->asTimestamp(null)); $this->assertSame($this->formatter->nullDisplay, $this->formatter->asTimestamp(null));
} }
// TODO test format conversion ICU/PHP
private function buildDateSubIntervals($referenceDate, $intervals) private function buildDateSubIntervals($referenceDate, $intervals)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment