All Questions
2 questions
0
votes
2
answers
2k
views
Yii's JUIDatePicker widget not working for updates
I'm using Yii's zii.widgets.jui.CJuiDatePicker and have the following problem:
It works well when inserting a new record, or when updating a record with a NULL date.
But when I try to update a record ...
1
vote
2
answers
2k
views
Yii's CJuiDatePicker doesn't work for me
I copied the Yii documentation's example for CJuiDatePicker:
$this->widget('zii.widgets.jui.CJuiDatePicker', array(
'name'=>'publishDate',
// additional javascript options for the date picker ...