I’m using Bootstrap v2.1.1, and I can’t insert two datepicker objects on the same page (<input type="text" class="span8" id="dp1" />). The first object works but not the second one….
This has happened before with the calendar object too…
Any idea on how can I solve this?
You need to have two distinct
id=""s. That way the calendar UI will know which field to attach itself to