xutl/yii2-bootstrap-datetimepicker-widget

The bootstrap datetimepicker extension for the Yii framework

Installs: 15

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:JavaScript

Type:yii2-extension

1.0.1 2017-04-12 12:01 UTC

This package is auto-updated.

Last update: 2024-04-11 01:12:56 UTC


README

<?= $form->field($model, 'start_time')->widget(DatetimePicker::className(), [
    //'inline' => true,
    'datetimeFormat' => 'Y-m-d H:i',
    'options' => [
        'class' => 'form-control',
    ]
]) ?>