Hello good night, I have been looking at comments about changing the calendar to Spanish (datepicker), I already looked at the help links and I have not been able to do it.
Put the codes of this link https://bootstrap-datepicker.readthedocs.io/en/latest/i18n.html and it did not work for me
Also download and follow this instruction and I did not succeed:
Download 1.3.1 here - http://eternicode.github.io/bootstrap-datepicker/
Add “datepicker3.css” from zip file to your CSS folder and include CSS file in <head> tag
Add “bootstrap-datepicker.js” from zip file to your JS folder and include JS file in <head> tag
Give a class to the input element you want to show the datepicker when clicked… .i.e. "Bs-datepicker"
Place the following code on the page with datepicker input:
<script> $ (function () {$ (’. bs-datepicker’). datepicker ();}); </script>
I am using the demo-hostel.html
Can you help me please?
