Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

javascript "o is undefined" error when using datepicker with date/time

ShaneBDec 9 2013 — edited Jan 29 2015

Greetings...

I am attempting to implement a standard datepicker (not classic, not HTML5) in ApEx 4.2.1.  I am successfully using a datepicker when only the date is of concern, but I have a datepicker on a particular page which requires a date and time component.  I have defined the format mask of the datepicker as "MM/DD/YYYY HH:MIPM" and have set the default value to "to_char ( sysdate, 'MM/DD/YYYY HH:MIPM' )" and with a default type of PL/SQL Expression.

When I run the page, I click on the datepicker icon to display the pop-up calendar.  When I click on any date, nothing happens on the screen and I see a javascript error in Firebug console of "TypeError: o is undefined" pointing to line 307 of jquery-ui.min.js.  I receive this error in the Firebug console only when I click on a date.  When I select an hour or minute or click on the "Close" button nothing happens, no error, just nothing.


Has anyone implemented a datepicker with both date/time properly in ApEx 4.2.1?  Am I doing something wrong to implement it?


Shane.


Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 6 2014
Added on Dec 9 2013
0 comments
855 views