Closed fabioaccetta closed 6 years ago
https://github.com/kartik-v/yii2-widget-datetimepicker/blob/3470c587b35d659907cb02c35cbde492623011c4/src/DateTimePicker.php#L179
Hi, in this line you call $this->setLanguage([...], '.min.js'); but the corresponding file assets/js/locales/bootstrap-datetimepicker.<language>.min.js does not exists, only the unminified version exists.
$this->setLanguage([...], '.min.js');
assets/js/locales/bootstrap-datetimepicker.<language>.min.js
Installed version: v1.4.5 by composer.
https://github.com/kartik-v/yii2-widget-datetimepicker/blob/3470c587b35d659907cb02c35cbde492623011c4/src/DateTimePicker.php#L179
Hi, in this line you call
$this->setLanguage([...], '.min.js');
but the corresponding fileassets/js/locales/bootstrap-datetimepicker.<language>.min.js
does not exists, only the unminified version exists.Installed version: v1.4.5 by composer.