Last active
January 15, 2017 11:16
-
-
Save wisaruthk/15799e77aada9f756de1a53da11e73aa to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
'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