Total Complexity | 2 |
Total Lines | 17 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
20 | class Standard |
||
21 | extends \Aimeos\Base\View\Helper\Base |
||
22 | implements \Aimeos\Base\View\Helper\Datetime\Iface |
||
23 | { |
||
24 | /** |
||
25 | * Returns the formatted date and time. |
||
26 | * |
||
27 | * @param string|null $datetime ISO date and time |
||
28 | * @return string Formatted date |
||
29 | */ |
||
30 | public function transform( string $datetime = null ) : string |
||
39 |