metalguardian/yii-date-time-picker select date and time yii widget

extensionpickerdatetimedatetime

Yii CJuiDateTimePicker

Yii datetime picker. Used jQuery Timepicker Addon.

Full datetime picker documentation: http://trentrichardson.com/examples/timepicker/

$this->widget(
    \yiiDateTimePicker\CJuiDateTimePicker::className(),
    array(
        'model' => $news, // model object
        'attribute' => 'eventDate', // attribute name
        'mode' => 'datetime' // use "time","date" or "datetime" (default)
        'options' => array(), // jquery plugin options
    )
);

Statistics

Downloads
GitHub Stars
GitHub Forks

Releases

No stable releases.

Comments



No stable releases.



MIT license
Stats
0 github stars & 2 github forks
0 downloads in the last day
0 downloads in the last 30 days
851 total downloads