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.