|
@@ -30,9 +30,9 @@ |
|
|
block discarded – undo |
|
30
|
30
|
|
|
31
|
31
|
public $filterOptions = []; |
|
32
|
32
|
|
|
33
|
|
- public function init () |
|
|
33
|
+ public function init() |
|
34
|
34
|
{ |
|
35
|
|
- $this->format = empty($this->format_raw)? ['date', $this->format]: $this->format_raw; |
|
|
35
|
+ $this->format = empty($this->format_raw) ? ['date', $this->format] : $this->format_raw; |
|
36
|
36
|
$this->filter = \yii\jui\DatePicker::widget([ |
|
37
|
37
|
'model'=> $this->grid->filterModel, |
|
38
|
38
|
'attribute' => $this->attribute, |
Please login to merge, or discard this patch.