Datepicker for Bootstrap (select Week only and making it work in IE)

13,315

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

You might also consider using HTML5's builtin datepicker by simply using

<input type="date">
Share:
13,315
AnimaSola
Author by

AnimaSola

Updated on August 21, 2022

Comments

  • AnimaSola
    AnimaSola over 1 year

    I'm using this date picker: http://www.eyecon.ro/bootstrap-datepicker/

    2 questions:

    1. Anyone know how to make it work in Internet Explorer? It just doesn't, try it.
    2. How can I configure it such that it selects entire weeks? (if a person selects a specific day in the week, the value passed is the start of the week, it would also be good if it highlights the entire week on hover)
    • charlietfl
      charlietfl over 11 years
      works for me in IE 7-9 but has css bugs in IE7
    • AnimaSola
      AnimaSola over 11 years
      Yeah, it's fine in IE9 but has a lot of problems in prior versions. 1) CSS is screwed 2) You can't select dates (js problem maybe?)
    • technoTarek
      technoTarek over 11 years
      How about a different bootstrap date picker, such as github.com/dangrossman/bootstrap-daterangepicker?