Missing TimePicker?

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.

Re: Missing TimePicker?

Hi,
you are right, it is missing.

Try the attached one. :slight_smile:
Create the missing folder and copy the file to it. Don’t forget to rename it and set the permissions.

jsb

jquery.ui.timepicker.js.txt (61.4 KB)

Re: Missing TimePicker?

That worked. I was hoping for a cleaner 12 hour AM/PM, but at least it works now.

Thanks,

Joe