1 | <?php |
||
12 | class DateTimeLocalField extends DateTimeField |
||
13 | { |
||
14 | const HTML5_FORMAT = "Y-m-d\\TH:i"; |
||
15 | |||
16 | /** |
||
17 | * @param string $name field name |
||
18 | * @param string $timezone timezone name |
||
19 | * @param array $attrs map of HTML attribtues to apply |
||
20 | */ |
||
21 | 1 | public function __construct($name, $timezone, $attrs = []) |
|
29 | } |
||
30 |