1 | <?php |
||
7 | final class DateTimeHelper implements DateTimeHelperInterface |
||
8 | { |
||
9 | /** |
||
10 | * @inheritdoc} |
||
11 | */ |
||
12 | public function getDate(int $day, int $months = 0): \DateTimeInterface |
||
22 | |||
23 | /** |
||
24 | * @inheritdoc} |
||
25 | */ |
||
26 | public function getFormattedDate(int $day, int $months = 0, $format = 'Y-m-d'): string |
||
30 | } |
||
31 |