YiiDateTimePicker ¶
This Extension based on DateTimePicker jQuery plugin
Requirements ¶
- Yii Framework 1.1 or above
Installation ¶
Create in your extensions folder YiiDateTimePicker folder.
Move downloaded files to YiiDateTimePicker extension folder.
Usage ¶
Place this code in your view page
$this->widget('ext.YiiDateTimePicker.jqueryDateTime', array(
'model' => $model,
'attribute' => 'attribute',
'options' => array(), //DateTimePicker options
'htmlOptions' => array(),
));
Full DateTimePicker options list you can see at DateTimePicker Official Page
If you have any questions, please ask in the forum instead.
Signup or Login in order to comment.