Skip to content

Instantly share code, notes, and snippets.

@wisaruthk
Last active January 15, 2017 11:16
Show Gist options
  • Save wisaruthk/15799e77aada9f756de1a53da11e73aa to your computer and use it in GitHub Desktop.
Save wisaruthk/15799e77aada9f756de1a53da11e73aa to your computer and use it in GitHub Desktop.
[
'attribute'=>'in_date',
'format'=>['date', 'dd/MM/yyyy'], //format นี้จะใช้ในการแสดง
'filterType'=>GridView::FILTER_DATE,
'filterWidgetOptions'=>[
'type' => DatePicker::TYPE_COMPONENT_APPEND,
'pluginOptions' => [
'autoclose'=>true,
'format' => 'yyyy-mm-dd' //format นี้จะใช้ใน Query statement
]
]
],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment