2amigos / yii2-date-picker-widget

Bootstrap DatePicker Widget for Yii2
https://2amigos.us
Other
130 stars 77 forks source link

The missing file: 'js/bootstrap-datepicker.js'. #40

Closed ghost closed 7 years ago

ghost commented 7 years ago

the missing file: 'js/bootstrap-datepicker.js'. how to get it?

tonydspaniard commented 7 years ago

@pyboyxrb missing? should be automatically registered with the bundle? https://github.com/2amigos/yii2-date-picker-widget/blob/master/src/DatePickerAsset.php#L28

ilyafreer commented 7 years ago

how to disable the display of the time? The standard method from bootstrap does not work.

I need to choose a user date only, without time

$form->field($model, 'datetime_birthday')->widget(DateTimePicker::className(), [ 'language' => 'ru', 'pickButtonIcon' => 'glyphicon glyphicon-time', 'clientOptions' => [ 'autoclose' => true, 'format'=> "dd MM yyyy", 'todayBtn' => true, ] ]);

tonydspaniard commented 7 years ago

Use DatePicker widget instead @ilyafreer