Skip to Main Content

APEX

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!

To get Date picker value via JS gives undefined

Indrek TOct 10 2024

When I have on page date picker P4_MY_DATE and want to get its value with JS call apex.items.P4_MY_DATE.value result is undefined. When I set P4_MY_DATE on page load, apex.items.P4_MY_DATE.value will return value but it is always what was set on page load.

When using function apex.items.P4_MY_DATE.getValue() all is OK, so there is workaround.

Comments
Post Details
Added on Oct 10 2024
3 comments
266 views