Is there a different option I can use instead of 'datepicker' because it doesn't seem to be working correctly and I've heard it's not compatible with bootstrap 3+.
When I paste the example datepicker code into a blank HTML page, it works fine. However, when I paste it into my page, the input fields become smaller in height. I've identified the issue may be with bootstrap-combined.min.css. If I remove it, everything returns to standard size (without the datepicker input), but the datepicker functionality stops working. I've tried updating the version of bootstrap-combined-min.css to 2.2.2 as shown in examples, but it seems that version doesn't exist.
If there is an alternative solution available, please provide details.
Please explain the answer as if I'm a beginner, as I don't have a strong understanding of scripts and how to add them to a page.