Is it possible to generate a time field with nette forms?
$form->addText('name', 'label:') ->setHtmlType('time');
?