I'm using this date picker: /
2 questions:
- Anyone know how to make it work in Internet Explorer? It just doesn't, try it.
- 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)
I'm using this date picker: http://www.eyecon.ro/bootstrap-datepicker/
2 questions:
- Anyone know how to make it work in Internet Explorer? It just doesn't, try it.
- 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)
- works for me in IE 7-9 but has css bugs in IE7 – charlietfl Commented Nov 2, 2012 at 3:01
- 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?) – AnimaSola Commented Nov 2, 2012 at 5:01
- 2 How about a different bootstrap date picker, such as github./dangrossman/bootstrap-daterangepicker? – technoTarek Commented Nov 10, 2012 at 14:49
1 Answer
Reset to default 6You can try https://github./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">