Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

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