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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

New Date Picker documentation

InoLMar 12 2024

Is there any documentation for the new Date Picker? We upgraded to APEX 23.2 and are now looking into upgrading the deprecated jQuery Date Picker.

However, I could not find any documentation about the new Date Picker options and methods. Specifically I am looking to set the Date Picker language. Right now we use this to set the Date Picker language and format

apex.jQuery( ".datepicker" ).datepicker( "option", apex.jQuery.datepicker.regional[ lang ] );

apex.jQuery( ".datepicker" ).datepicker( "option", "dateFormat", "dd-mm-yy" );

Note: that format may seem strange, but as per jQuery documentation:

  • yy - year (four digit)

We cannot use the APEX derived language.

This post has been answered by Karel Ekema on Mar 12 2024
Jump to Answer
Comments
Post Details
Added on Mar 12 2024
4 comments
931 views