Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 294 Bytes

form-time.md

File metadata and controls

14 lines (11 loc) · 294 Bytes

Time Form Input Type

Showing a timepicker

Code Sample

$this->form[] = ['label'=>'Start Time','name'=>'start_time','type'=>'time'];

It will produce the value H:i:s

What's Next

Table Of Contents