dev-master
9999999-dev https://github.com/MetalGuardian/yii-jquery-date-time-picker-widget
MIT
The Requires
- yiisoft/yii *
- bower-asset/datetimepicker 2.4.5
by Ivan Pushkin
extension jquery yii widget date picker time picker
This yii extension is a wrapper for the powerful jQuery date-time picker, (*1)
Install this extension using composer., (*2)
Run, (*3)
php composer.phar require metalguardian/yii-date-time-picker-widget "*"
or add, (*4)
"metalguardian/yii-date-time-picker-widget": "*"
to the require section of the composer.json
file., (*5)
<?php $this->widget( \metalguardian\DateTimePicker::className(), array( 'model' => $model, 'attribute' => 'date_time_attribute', 'options' => array( 'format' => 'yy-mm-dd', ), 'htmlOptions' => array( 'class' => 'custom-class', ), ) ); ?>
For complete documentation of JQuery DateTimePicker and all widget options please refer to the documentation page, (*6)
yii2-fotorama-widget is released under the MIT License. See the bundled LICENSE
for details., (*7)
MIT
extension jquery yii widget date picker time picker