Datepicker for Bootstrap (select "Only week" and enable it in IE)

I use this date picker: http://www.eyecon.ro/bootstrap-datepicker/

2 questions:

  • Does anyone know how to make it work in Internet Explorer? It's just not, try it.
  • How to configure it so that it selects all weeks? (if a person selects a specific day of the week, the value has already passed the beginning of the week, it would be nice if this were emphasized all week on hover)
+4
source share
1 answer

You can try https://github.com/eternicode/bootstrap-datepicker , which is an improved version of datepicker on eyecon.

You can also consider using the built-in datepicker HTML5 just using

<input type="date"> 
+6
source

Source: https://habr.com/ru/post/1443575/


All Articles