Form jQuery Datepicker
Hi, I'm trying to add jQuery Datepicker to a from to assist with functionality to help our users convert from local times to GMT. I've added the input field inside an annotation on the form: <p>Date:<input type="text" id="datePicker"></input></p> Th...