An open API service indexing awesome lists of open source software.

https://github.com/xutl/yii2-bootstrap-datetimepicker-widget


https://github.com/xutl/yii2-bootstrap-datetimepicker-widget

bootstrap bootstrap-datetimepicker-widget

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# yii2-bootstrap-datetimepicker-widget

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