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

Latest commit

 

History

History
13 lines (10 loc) · 279 Bytes

form-date.md

File metadata and controls

13 lines (10 loc) · 279 Bytes

Date Form Type

Showing datepicker in the input type

Code Sample

$this->form[] = ['label'=>'Date Of Birth','name'=>'date_birth','type'=>'date'];

What's Next

Table Of Contents