Quantcast
Channel: Shani's Php CookBook
Viewing all articles
Browse latest Browse all 60

YII2 Gridview how to add jui datepicker in filter

$
0
0
[
'attribute'=> 'slot_date',
'value'=> 'slot_date',
'filter'=> \yii\jui\DatePicker::widget([
'language'=> 'en',
'dateFormat'=> 'yyyy-MM-dd',
'model'=> $searchModel,
'attribute'=> 'slot_date',
] ),
'format'=> 'html',
],

Viewing all articles
Browse latest Browse all 60

Trending Articles