Skip to main content

All 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 ...
Petruza's user avatar
  • 12.3k
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 ...
Petruza's user avatar
  • 12.3k