I'm trying to implement a datepicker form a Bootstrap template. I already implemented a datepicker using jQuery 1.9 version, but it doesn't work in my job web app, that currently runs on jQuery 1.8. The template that I'm trying to emulate, is the very same template used in the company project should, if I get this one to work, I will surely do the same with the actual project.
You can see an example of the datepicker from the template, here: http://www.f5exe.com/204/form-elements.html
Now, here's come the problem. I haven't touched that template nor any code. If you notice, the datepicker seems to work, but if you choose a date, it doesn't update the input value!!! What could be possible wrong with it?
You can check the original files of the templates here:
http://1drv.ms/MOe0dd (Skydrive link)
I don't see anything wrong in the js. Any help will be greatly appreciated.