Igor
Results
2
comments of
Igor
Yes. You need to import the installed library into your script (and possibly locale) and you can use the datepicker as usual. ``` import 'bootstrap-datepicker'; import 'bootstrap-datepicker/js/locales/bootstrap-datepicker.ru'; $('.datepicker').datepicker(); ```
Same problem. @bikubi Your solution helped, thanks!