Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 288 Bytes

form-datetime.md

File metadata and controls

12 lines (10 loc) · 288 Bytes

DateTime Form Type

Showing datepicker and time in the input type

Code Sample

$this->form[] = ['label'=>'DateTime Event','name'=>'datetime','type'=>'datetime'];

What's Next

Table Of Contents