Updating Date Picker Applet
Hello,
We have a date field exposed to the user that is only showing the date 'mm/dd/yyyy' format via the 'Display Format' property on the control. When clicking the calendar icon and invoking the date picker window we also want to hide the time section as also highlighted in the screenshot. What would be the best approach to do this using JQuery?
We have a Physical Renderer file on this applet already, so I attempted to add the below line of code in the 'function PartialRefreshPR( pm )' section of the script to no avail.
Code: $('.ui-timepicker-div').hide();