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
- Host: GitHub
- URL: https://github.com/xutl/yii2-bootstrap-datetimepicker-widget
- Owner: xutl
- Created: 2017-04-11T07:19:33.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-13T03:34:05.000Z (about 9 years ago)
- Last Synced: 2025-03-13T17:49:49.446Z (over 1 year ago)
- Topics: bootstrap, bootstrap-datetimepicker-widget
- Language: JavaScript
- Size: 52.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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',
]
]) ?>
```