I am trying to get the timepicker to work on a time field. When I run the form, there is no control there whatsoever. In looking at the generated HTML, there is a reference to what appears to be a missing timepicker jquery plugin library:
<SCRIPT type="text/javascript" src="/scriptcase/prod/third/jquery_plugin/timepicker/jquery.ui.timepicker.js"></SCRIPT>
<link rel="stylesheet" href="/scriptcase/prod/third/jquery_plugin/timepicker/jquery.ui.timepicker.css" type="text/css" media="screen" />
I’ve checked the location on the server and these files are not there. I even downloaded the latest tar to make sure my installation wasn’t broken, but it appears to be missing there too. The documentation seems to be missing any reference to the timepicker as well. At least, in the Form Time Field help. Is anyone successfully using the timepicker? Do I need to manually install third party libraries? If so, from where? I’d certainly appreciate any help.