I know generic javascript datepickers are plentiful but they all look unremarkable. Even the jQuery UI datepicker looks a little dated. I am fine with using one that looks rough now, but later on we will want to improve the way it looks (make it more in line with the rest of the UI) and I don’t want to shoot myself in the foot by picking one that will be hard to change. I am talking only about cosmetic CSS/HTML changes (or templating)
Which date/calendar JavaScript plugin would you recommend from a template flexibility angle?
Thanks,
Use the Jquery UI, http://jqueryui.com/demos/datepicker/
so that you don’t have to put any more libraries. It has almost all the functionalities you need along with good documentation. see an e.g below
$(document).ready(function(){