You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 3, 2024. It is now read-only.
I am using this extension and it works good. but when I change the date then as it is updated in the database, but on the gridview field it is not displaying.
I am using beforeSave() and afterFind() methods of yii in my model. as bellow
So how can I solve my problem.
Also the datepicker range is from 2004-2024 is the issue that how to increase this range.
Also, I want to use the select field, but the values of the select dropdown should be numbers from 1-10 and that numbers should be in an array, which I can then saved it to the database.
The text was updated successfully, but these errors were encountered:
I am using this extension and it works good. but when I change the date then as it is updated in the database, but on the gridview field it is not displaying.
I am using beforeSave() and afterFind() methods of yii in my model. as bellow
So how can I solve my problem.
Also the datepicker range is from 2004-2024 is the issue that how to increase this range.
Also, I want to use the select field, but the values of the select dropdown should be numbers from 1-10 and that numbers should be in an array, which I can then saved it to the database.
The text was updated successfully, but these errors were encountered: