calling apex.widget.datepicker from embedded JavaScript inside page
911549Aug 31 2012 — edited Jun 7 2013I am trying to call apex.widget.datepicker to apply a custom datepicker with the time to a field inside "Execute when Page Loads". In previous versions of Apex this worked fine but we have recently migrated to Apex 4.1.1.00.23
The JS error I get when the page loads is "TypeError: can't convert undefined to object"
On another note I could change the type of field to date, but how can I then customise the jquery date object that has been binded to that particular field?