Represents <input>
element of type "time" that lets the user enter a time, either with a textbox that validates the
input or with a special time picker interface. Documentation:
Widget:
use Yiisoft\Form\Field\Time;
echo Time::widget();
Result will be:
<div>
<input type="time">
</div>