Exemplo n.º 1
0
 public function edit()
 {
     return '<input' . @View::v($this, $this->attrs[1], $this->attrs[0]) . " type='datetime-local' value=\"" . htmlspecialchars(trim($this->value)) . '">';
 }