Comparing
#3 with
#4
Content
This artical is related to allow user to filter CGridView with date range using datepicker on submit button.
Here I use [Yii Cookie](http://www.yiiframework.com/wiki/152/cookie-management-in-yii/ "Yii Cookie") to preserve date in datepicker textbox after submitting the form.
Step 1 : Lets insert below code in your view part where required
I create one form for submit the dates ( from_date & to_date )
### View
```php[...]
Insert below code in controller
### Controller[...]
Add two public variable in your model class
### Model[...]
```
### Demo Image

and this is it as you can filter from date range ... .. .[...]