1 | <?php |
||
10 | class DateRange extends Range |
||
11 | { |
||
12 | /** |
||
13 | * Set the formatting for the returned date values. |
||
14 | * |
||
15 | * @param string $format see documentation for formatting options |
||
16 | * |
||
17 | * @return $this |
||
18 | */ |
||
19 | public function setFormat(string $format): self |
||
23 | |||
24 | /** |
||
25 | * Set time zone. |
||
26 | */ |
||
27 | public function setTimezone(string $timezone): self |
||
31 | } |
||
32 |