Date Picker

Hi,

I tried googling to add date picker to an existing CRUD form. I have a "MysSql" database table field of type TimeStamp. When I created CRUD form, by default it is showing text box for the field. I would like to add date picker for the same. Can anybody help? Also I would like to make suggestion for the Yii development team that if they could add this feature by default, it would be wonderful.

You can use an extension for that, I personally recommend to use extensions from Kartik V, they are pretty good and have a lot of documentation/demos:

Kartik V website

you can also see his extensions here on his profile page:

Kartik V profile

Thanks.